MCPcopy Index your code
hub / github.com/msgspec/msgspec / method

Method method

tests/unit/test_struct.py:182–183  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180 def test_mixin_no_slots(self):
181 class Mixin(object):
182 def method(self):
183 pass
184
185 class Test1(Struct, Mixin):
186 pass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected