module documentation
Undocumented
| Function | extract |
Extract call arguments into a parameter map. |
| Function | is |
Return True if value looks like a Click/Typer context object. |
| Function | join |
Join nested command names into a single string. |
| Function | wrap |
Wrap a command callback to emit telemetry for execution. |
| Class | _ |
Undocumented |
def extract_params(signature:
inspect.Signature, args: Iterable[ Any], kwargs: dict[ str, Any], *, allowlist: set[ str] | None) -> dict[ str, Any]:
¶
Extract call arguments into a parameter map.
def wrap_command_callback(func:
Callable[ ..., Any], telemetry: Telemetry, command_name: str, *, allowlist: set[ str] | None, include_system_metadata: bool | None) -> Callable[ ..., Any]:
¶
Wrap a command callback to emit telemetry for execution.