MCPcopy Create free account
hub / github.com/bpython/bpython / __call__

Method __call__

bpython/test/test_inspection.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33class Callable:
34 def __call__(self):
35 pass
36
37
38class Noncallable:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected