コード例 #1
0
ファイル: plugin.py プロジェクト: K-OpenNet/OPNFV-StateMon
 def _report_deprecated_yaml_str(self):
     utils.deprecate_warning(what="yaml as string", as_of="N", in_favor_of="yaml as dictionary")
コード例 #2
0
ファイル: plugin.py プロジェクト: yifei-xue/tacker
 def _report_deprecated_yaml_str(self):
     utils.deprecate_warning(what='yaml as string',
                             as_of='N', in_favor_of='yaml as dictionary')
コード例 #3
0
ファイル: plugin.py プロジェクト: pineunity/tacker
 def _report_deprecated_yaml_str(self):
     utils.deprecate_warning(what='yaml as string',
                             as_of='N', in_favor_of='yaml as dictionary')