chz/blueprint/_blueprint.py [892:901]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    obj_path: str,
    arg_map: ArgumentMap,
    *,
    # Output parameters, do not use within this function
    # Typing these as write-only should help prevent accidental unsound use within this function
    # See _MakeResult for docs about these parameters
    all_params: _WriteOnlyMapping[str, _Param],
    used_args: set[tuple[str, int]],
    meta_factory_value: _WriteOnlyMapping[str, Any],
    missing_params: list[str],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



chz/blueprint/_blueprint.py [1046:1054]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    obj_path: str,
    arg_map: ArgumentMap,
    *,
    # Output parameters, do not use within this function
    # See _MakeResult for docs about these parameters
    all_params: _WriteOnlyMapping[str, _Param],
    used_args: set[tuple[str, int]],
    meta_factory_value: _WriteOnlyMapping[str, Any],
    missing_params: list[str],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



