in chz/field.py [0:0]
def __init__(
self,
*,
name: str,
raw_type: TypeForm | str,
default: Any = MISSING,
default_factory: Callable[[], Any] | _MISSING_TYPE = MISSING,
munger: Munger | Callable[[Any, Any], Any] | None = None,
raw_x_type: TypeForm | _MISSING_TYPE = MISSING,
meta_factory: chz.factories.MetaFactory | None | _MISSING_TYPE = MISSING,
blueprint_unspecified: Callable[..., Any] | _MISSING_TYPE = MISSING,
blueprint_cast: Callable[[str], object] | None = None,
validator: _FieldValidator | (list[_FieldValidator] | None) = None,
repr: bool | Callable[[Any], str] = True,
doc: str = "",
metadata: dict[str, Any] | None = None,