Searched refs:_Method (Results 1 – 3 of 3) sorted by relevance
244 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType): argument259 if type(self.random) is _BuiltinMethod or type(getrandbits) is _Method:
1215 class _Method: class1222 return _Method(self.__send, "%s.%s" % (self.__name, name))1593 return _Method(self.__request, name)
245 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType): argument260 if type(self.random) is _BuiltinMethod or type(getrandbits) is _Method: