ID EN
Config Parser

getint

Python 3.11

A convenience method which coerces the option in the specified section to an integer. See get() for explanation of raw, vars and fallback.

Syntax

PYTHON
getint(section, option, *, raw=False, vars=None[, fallback])

See Also

get()