Home
last modified time | relevance | path

Searched defs:fromstring (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_configparser.py64 def fromstring(self, string, defaults=None): member in CfgParserTestCaseClass
1173 def fromstring(self, string, defaults=None, optionxform=None): member in ConfigParserTestCaseExtendedInterpolation
1464 def fromstring(self, string, defaults=None): member in CopyTestCase
/third_party/python/Lib/xml/etree/
DElementTree.py1373 fromstring = XML variable