Searched defs:as_tuple (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/logging/
H A Dconfig.py483 def as_tuple(self, value): member in class:BaseConfigurator
726 config['mailhost'] = self.as_tuple(config['mailhost'])
729 config['address'] = self.as_tuple(config['address'])
/external/python/cpython2/Lib/
H A Ddecimal.py533 # Decimals. This is an internal detail: the as_tuple function
604 # tuple/list conversion (possibly from as_tuple())
986 def as_tuple(self): member in class:Decimal

Completed in 277 milliseconds