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

Function int64_field

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

Source from the content-addressed store, hash-verified

235
236
237def int64_field(
238 number: int, group: Optional[str] = None, optional: bool = False
239) -> Any:
240 return dataclass_field(number, TYPE_INT64, group=group, optional=optional)
241
242
243def uint32_field(

Callers

nothing calls this directly

Calls 1

dataclass_fieldFunction · 0.85

Tested by

no test coverage detected