Home | History | Annotate | Download | only in Lib

Lines Matching defs:_is_some_method

144 def _is_some_method(obj):

149 for key, value in inspect.getmembers(cl, _is_some_method):