inspect_command
No overview available.
def inspect_command(
**kwargs: dict
) - > object
Registers a new command of type 'inspect' within the Panel system.
Parameters
| Name | Type | Description |
|---|---|---|
| **kwargs | dict | Arbitrary keyword arguments passed to the Panel registration method to configure the inspection command. |
Returns
| Type | Description |
|---|---|
object | The result of the Panel registration process for the inspection command. |