MCPcopy 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
57def _is_method(obj):
58 return type(obj) in _METHOD_TYPES
59
60
61class Documize(object):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected