Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/danielgtaylor/python-betterproto
/ Envelope
Class
Envelope
tests/test_features.py:631–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
629
def
test_iso_datetime():
630
@dataclass
631
class
Envelope(betterproto.Message):
632
ts: datetime = betterproto.message_field(1)
633
634
msg = Envelope()
635
Callers
2
test_iso_datetime
Function · 0.85
test_iso_datetime_list
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_iso_datetime
Function · 0.68
test_iso_datetime_list
Function · 0.68