Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dxmlrpclib.py527 FastUnmarshaller = _xmlrpclib.Unmarshaller variable
529 FastParser = FastUnmarshaller = None
1025 if FastParser and FastUnmarshaller:
1030 target = FastUnmarshaller(True, False, _binary, mkdatetime, Fault)
/external/python/cpython3/Lib/xmlrpc/
Dclient.py891 FastMarshaller = FastParser = FastUnmarshaller = None
905 if FastParser and FastUnmarshaller:
915 target = FastUnmarshaller(True, False, mkbytes, mkdatetime, Fault)