Home | History | Annotate | Download | only in python2.7

Lines Matching full:_method

1215 class _Method:
1222 return _Method(self.__send, "%s.%s" % (self.__name, name))
1596 return _Method(self.__request, name)