Home
last modified time | relevance | path

Searched refs:FastParser (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dxmlrpclib.py526 FastParser = _xmlrpclib.Parser variable
529 FastParser = FastUnmarshaller = None variable
1025 if FastParser and FastUnmarshaller:
1031 parser = FastParser(target)
1034 if FastParser:
1035 parser = FastParser(target)
/external/python/cpython3/Lib/xmlrpc/
Dclient.py887 FastMarshaller = FastParser = FastUnmarshaller = None
901 if FastParser and FastUnmarshaller:
912 parser = FastParser(target)
915 if FastParser:
916 parser = FastParser(target)