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

Function int32_field

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

Source from the content-addressed store, hash-verified

229
230
231def int32_field(
232 number: int, group: Optional[str] = None, optional: bool = False
233) -> Any:
234 return dataclass_field(number, TYPE_INT32, group=group, optional=optional)
235
236
237def int64_field(

Callers

nothing calls this directly

Calls 1

dataclass_fieldFunction · 0.85

Tested by

no test coverage detected