Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drandom.py244 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType): argument
259 if type(self.random) is _BuiltinMethod or type(getrandbits) is _Method:
Dxmlrpclib.py1215 class _Method: class
1222 return _Method(self.__send, "%s.%s" % (self.__name, name))
1593 return _Method(self.__request, name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drandom.py245 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType): argument
260 if type(self.random) is _BuiltinMethod or type(getrandbits) is _Method: