ID EN
String

get_value

Python 3.11

Retrieve a given field value. The key argument will be either an integer or a string. If it is an integer, it represents the index of the positional argument in args; if it is a string, then it represents a named argument in kwargs.

Syntax

PYTHON
get_value(key, args, kwargs)

See Also

vformat() get_value() get_value() getattr() IndexError KeyError