Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
129
class
B:
130
def
__init__(self, _id, a=None):
131
self.id = _id
132
self.a = a
133
134
135
class
C:
Callers
2
test_two_way_nesting
Function · 0.85
test_nesting_with_class_name_many
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_two_way_nesting
Function · 0.68
test_nesting_with_class_name_many
Function · 0.68