MCPcopy
hub / github.com/marshmallow-code/marshmallow / B

Class B

tests/test_registry.py:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129class B:
130 def __init__(self, _id, a=None):
131 self.id = _id
132 self.a = a
133
134
135class C:

Callers 2

test_two_way_nestingFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_two_way_nestingFunction · 0.68