Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmlrpclib.py525 FastParser = _xmlrpclib.Parser variable
528 FastParser = FastUnmarshaller = None variable
1016 if FastParser and FastUnmarshaller:
1022 parser = FastParser(target)
1025 if FastParser:
1026 parser = FastParser(target)