get_func_signature
FunctionSource
v_1: Signature = get_func_signature(func_candidate: Any)
Attempt to get the signature of a potential function.
Arguments
Requires
| Name | Type | Required | |
|---|---|---|---|
func_candidate | Any | An object that is callable and able to provide a function signature. |
Returns
| Name | Type | |
|---|---|---|
v_1 | Signature | If the Otherwise, get its equivalent callable signature (such as init method of a class). |