Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
def
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_field
Function · 0.85
test_class_init
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_has_field
Function · 0.68
test_class_init
Function · 0.68