MCPcopy 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

629def 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_datetimeFunction · 0.85
test_iso_datetime_listFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_iso_datetimeFunction · 0.68
test_iso_datetime_listFunction · 0.68