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

Function fixed64_field

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

Source from the content-addressed store, hash-verified

283
284
285def fixed64_field(
286 number: int, group: Optional[str] = None, optional: bool = False
287) -> Any:
288 return dataclass_field(number, TYPE_FIXED64, group=group, optional=optional)
289
290
291def sfixed32_field(

Callers

nothing calls this directly

Calls 1

dataclass_fieldFunction · 0.85

Tested by

no test coverage detected