MCPcopy Create free account
hub / github.com/bspaans/python-mingus / _is_class

Function _is_class

scripts/api_doc_generator.py:53–54  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

51
52
53def _is_class(cls):
54 return issubclass(cls, object) and not issubclass(cls, _SKIPPED_CLASS_SUPERTYPES)
55
56
57def _is_method(obj):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected