ID EN
Inspect

bind

Python 3.11

Create a mapping from positional and keyword arguments to parameters. Returns BoundArguments if *args and **kwargs match the signature, or raises a TypeError.

Syntax

PYTHON
bind(*args, **kwargs)

See Also

BoundArguments TypeError