Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ _is_method
Function
_is_method
scripts/api_doc_generator.py:57–58 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
55
56
57
def
_is_method(obj):
58
return
type(obj) in _METHOD_TYPES
59
60
61
class
Documize(object):
Callers
1
generate_callable_wikidocs
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected