ID EN
Config Parser

getfloat

Python 3.11

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

Syntax

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

See Also

get()