MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / __init__

Method __init__

07_structs/python/classes.py:10–11  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

8 members = []
9
10 def __init__(self, x):
11 self.members.append(x)
12
13
14if __name__ == '__main__':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected