Example #1
0
 def _report_deprecated_yaml_str(self):
     utils.deprecate_warning(what="yaml as string", as_of="N", in_favor_of="yaml as dictionary")
Example #2
0
 def _report_deprecated_yaml_str(self):
     utils.deprecate_warning(what='yaml as string',
                             as_of='N', in_favor_of='yaml as dictionary')
Example #3
0
 def _report_deprecated_yaml_str(self):
     utils.deprecate_warning(what='yaml as string',
                             as_of='N', in_favor_of='yaml as dictionary')