ID EN
Functools

args

Python 3.11

The leftmost positional arguments that will be prepended to the positional arguments provided to a partial object call.

Syntax

PYTHON
partial.args

See Also

partial