Home
last modified time | relevance | path

Searched refs:ensure_string (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dbdist_rpm.py224 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/cpython3/Lib/distutils/command/
Dbdist_rpm.py212 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/tests/
Dtest_cmd.py83 cmd.ensure_string('option1')
86 cmd.ensure_string('option2', 'xxx')
90 self.assertRaises(DistutilsOptionError, cmd.ensure_string, 'option3')
/external/python/cpython3/Lib/distutils/tests/
Dtest_cmd.py83 cmd.ensure_string('option1')
86 cmd.ensure_string('option2', 'xxx')
90 self.assertRaises(DistutilsOptionError, cmd.ensure_string, 'option3')
/external/python/cpython3/Lib/distutils/
Dcmd.py217 def ensure_string(self, option, default=None): member in Command
/external/python/cpython2/Lib/distutils/
Dcmd.py219 def ensure_string(self, option, default=None): member in Command
/external/mdnsresponder/mDNSShared/
DDebugServices.h1090 #define ensure_string( X, STR ) check_string( X, STR ) macro