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

Class Sub

tests/test_features.py:140–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138def test_oneof_support():
139 @dataclass
140 class Sub(betterproto.Message):
141 val: int = betterproto.int32_field(1)
142
143 @dataclass
144 class Foo(betterproto.Message):

Callers 1

test_oneof_supportFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_oneof_supportFunction · 0.56