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

Function bool_field

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

Source from the content-addressed store, hash-verified

225
226
227def bool_field(number: int, group: Optional[str] = None, optional: bool = False) -> Any:
228 return dataclass_field(number, TYPE_BOOL, group=group, optional=optional)
229
230
231def int32_field(

Callers

nothing calls this directly

Calls 1

dataclass_fieldFunction · 0.85

Tested by

no test coverage detected