Home | History | Annotate | Download | only in Lib

Lines Matching defs:_is_some_method

129 def _is_some_method(obj):

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