Searched refs:tomllib (Results 1 – 2 of 2) sorted by relevance
18 import tomllib # type: ignore[import]21 import tomli as tomllib # type: ignore[import] namespace24 from pip._vendor import tomli as tomllib # type: ignore[import] unknown47 toml_data = tomllib.load(fd)
58 import tomllib # type: ignore[import]61 import tomli as tomllib # type: ignore[import] namespace64 from pip._vendor import tomli as tomllib unknown72 toml_data: dict[str, Any] = tomllib.load(fd)