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

Method __init__

bpython/test/test_autocomplete.py:222–223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

220 a = 10
221
222 def __init__(self):
223 self.b = 20
224
225 def method(self, x):
226 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected