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

Class Foo

bpython/test/test_autocomplete.py:219–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218
219class Foo:
220 a = 10
221
222 def __init__(self):
223 self.b = 20
224
225 def method(self, x):
226 pass
227
228
229class Properties(Foo):

Calls

no outgoing calls