MCPcopy Index your code
hub / github.com/danielgtaylor/python-betterproto / Foo

Class Foo

tests/test_features.py:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 @dataclass
34 class Foo(betterproto.Message):
35 bar: Bar = betterproto.message_field(1)
36
37 # Unset by default
38 foo = Foo()

Calls

no outgoing calls