Skip to main content

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

NameTypeDescription
methodcallableThe function or method object to be returned.

Returns

TypeDescription
callableThe original method object passed as the input argument.