Searched refs:getfloat (Results 1 – 23 of 23) sorted by relevance
128 self.assertAlmostEqual(cf.getfloat('Types', 'float'), 0.44)151 self.assertAlmostEqual(cf.getfloat('Types', 'float',153 self.assertAlmostEqual(cf.getfloat('Types', 'no-such-float',155 eq(cf.getfloat('Types', 'no-such-float', fallback="0.0"), "0.0") # sic!157 cf.getfloat('Types', 'no-such-float')214 self.assertAlmostEqual(cf['Types'].getfloat('float', 0.0), 0.44)215 self.assertAlmostEqual(cf['Types'].getfloat('float',217 self.assertAlmostEqual(cf['Types'].getfloat('no-such-float', 0.0), 0.0)218 self.assertAlmostEqual(cf['Types'].getfloat('no-such-float',220 eq(cf['Types'].getfloat('no-such-float', "0.0"), "0.0") # sic![all …]
316 .. method:: RawConfigParser.getfloat(section, option)472 # getfloat() raises an exception if the value is not a float474 a_float = config.getfloat('Section1', 'a_float')
172 :meth:`~ConfigParser.getfloat` methods. You can register your own214 :meth:`~ConfigParser.getint`, :meth:`~ConfigParser.getfloat` and656 default :meth:`~ConfigParser.getint`, :meth:`~ConfigParser.getfloat`, and810 # getfloat() raises an exception if the value is not a float812 a_float = config.getfloat('Section1', 'a_float')1082 .. method:: getfloat(section, option, *, raw=False, vars=None[, fallback])
361 def getfloat(self, section, option): member in RawConfigParser
821 def getfloat(self, section, option, *, raw=False, vars=None, member in RawConfigParser
13406 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
20821 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
11409 - Issue #9421: configparser's getint(), getfloat() and getboolean() methods
24884 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
24905 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
24908 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
24954 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
24958 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
24906 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
24747 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
16400 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat Pass
16403 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat NotSupported