MCPcopy
hub / github.com/danielgtaylor/python-betterproto / Bar

Class Bar

tests/test_features.py:30–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28def test_has_field():
29 @dataclass
30 class Bar(betterproto.Message):
31 baz: int = betterproto.int32_field(1)
32
33 @dataclass
34 class Foo(betterproto.Message):

Callers 2

test_has_fieldFunction · 0.85
test_class_initFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_has_fieldFunction · 0.68
test_class_initFunction · 0.68