mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fixed typehints
This commit is contained in:
parent
78b5ae149a
commit
1f6df907eb
1 changed files with 2 additions and 2 deletions
|
|
@ -270,8 +270,8 @@ def is_func_signature_supported(func, *args, **kwargs):
|
|||
|
||||
Args:
|
||||
func (function): A function where the signature should be tested.
|
||||
*args (tuple[Any]): Positional arguments for function signature.
|
||||
**kwargs (dict[str, Any]): Keyword arguments for function signature.
|
||||
*args (Any): Positional arguments for function signature.
|
||||
**kwargs (Any): Keyword arguments for function signature.
|
||||
|
||||
Returns:
|
||||
bool: Function can pass in arguments.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue