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

Function fixed32_field

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

Source from the content-addressed store, hash-verified

277
278
279def fixed32_field(
280 number: int, group: Optional[str] = None, optional: bool = False
281) -> Any:
282 return dataclass_field(number, TYPE_FIXED32, group=group, optional=optional)
283
284
285def fixed64_field(

Callers

nothing calls this directly

Calls 1

dataclass_fieldFunction · 0.85

Tested by

no test coverage detected