HomeSort by relevance Sort by last modified time
    Searched full:_getmethods (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 177 _getmethods(obj, methods)
568 def _getmethods(obj, methods): function
576 _getmethods(obj.__class__, methods)
579 _getmethods(super, methods)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 177 _getmethods(obj, methods)
568 def _getmethods(obj, methods): function
576 _getmethods(obj.__class__, methods)
579 _getmethods(super, methods)

Completed in 206 milliseconds