コード例 #1
0
ファイル: tests.py プロジェクト: stj/apm-agent-python
 class MyConfig(_ConfigBase):
     my_bool = _BoolConfigValue("MY_BOOL",
                                true_string="yup",
                                false_string="nope")
コード例 #2
0
 class MyConfig(_ConfigBase):
     my_bool = _BoolConfigValue('MY_BOOL', true_string='yup', false_string='nope')