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

Function uint32_field

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

Source from the content-addressed store, hash-verified

241
242
243def uint32_field(
244 number: int, group: Optional[str] = None, optional: bool = False
245) -> Any:
246 return dataclass_field(number, TYPE_UINT32, group=group, optional=optional)
247
248
249def uint64_field(

Callers

nothing calls this directly

Calls 1

dataclass_fieldFunction · 0.85

Tested by

no test coverage detected