Searched refs:ensure_string (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_rpm.py | 212 self.ensure_string('group', "Development/Libraries") 213 self.ensure_string('vendor', 216 self.ensure_string('packager') 223 self.ensure_string('release', "1") 224 self.ensure_string('serial') # should it be an int? 226 self.ensure_string('distribution_name') 228 self.ensure_string('changelog') 254 self.ensure_string('force_arch')
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_rpm.py | 224 self.ensure_string('group', "Development/Libraries") 225 self.ensure_string('vendor', 228 self.ensure_string('packager') 235 self.ensure_string('release', "1") 236 self.ensure_string('serial') # should it be an int? 238 self.ensure_string('distribution_name') 240 self.ensure_string('changelog') 266 self.ensure_string('force_arch')
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_cmd.py | 83 cmd.ensure_string('option1') 86 cmd.ensure_string('option2', 'xxx') 90 self.assertRaises(DistutilsOptionError, cmd.ensure_string, 'option3')
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_cmd.py | 83 cmd.ensure_string('option1') 86 cmd.ensure_string('option2', 'xxx') 90 self.assertRaises(DistutilsOptionError, cmd.ensure_string, 'option3')
|
/external/python/cpython3/Lib/distutils/ |
D | cmd.py | 217 def ensure_string(self, option, default=None): member in Command
|
/external/python/cpython2/Lib/distutils/ |
D | cmd.py | 219 def ensure_string(self, option, default=None): member in Command
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1090 #define ensure_string( X, STR ) check_string( X, STR ) macro
|