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

Function uint64_field

src/betterproto/__init__.py:249–252  ·  view source on GitHub ↗
(
    number: int, group: Optional[str] = None, optional: bool = False
)

Source from the content-addressed store, hash-verified

247
248
249def uint64_field(
250 number: int, group: Optional[str] = None, optional: bool = False
251) -> Any:
252 return dataclass_field(number, TYPE_UINT64, group=group, optional=optional)
253
254
255def sint32_field(

Callers

nothing calls this directly

Calls 1

dataclass_fieldFunction · 0.85

Tested by

no test coverage detected