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

Function double_field

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

Source from the content-addressed store, hash-verified

271
272
273def double_field(
274 number: int, group: Optional[str] = None, optional: bool = False
275) -> Any:
276 return dataclass_field(number, TYPE_DOUBLE, group=group, optional=optional)
277
278
279def fixed32_field(

Callers

nothing calls this directly

Calls 1

dataclass_fieldFunction · 0.85

Tested by

no test coverage detected