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

Lines Matching defs:_is_some_method

129 def _is_some_method(obj):
134 for key, value in inspect.getmembers(cl, _is_some_method):