Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
def
_is_class(cls):
54
return
issubclass(cls, object) and not issubclass(cls, _SKIPPED_CLASS_SUPERTYPES)
55
56
57
def
_is_method(obj):
Callers
1
generate_callable_wikidocs
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected