fun_of_method
No overview available.
def fun_of_method(
method: callable
) - > callable
Returns the provided method object without modification, typically used as a pass-through or identity function in method processing pipelines.
Parameters
| Name | Type | Description |
|---|---|---|
| method | callable | The function or method object to be returned. |
Returns
| Type | Description |
|---|---|
callable | The original method object passed as the input argument. |