MCPcopy
hub / github.com/AirtestProject/Poco / callable

Function callable

poco/utils/six.py:537–538  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

535 callable = callable
536except NameError:
537 def callable(obj):
538 return any("__call__" in klass.__dict__ for klass in type(obj).__mro__)
539
540
541if PY3:

Callers 1

registerMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected