Home
last modified time | relevance | path

Searched refs:tomllib (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D__version__.py18 import tomllib # type: ignore[import]
21 import tomli as tomllib # type: ignore[import] namespace
24 from pip._vendor import tomli as tomllib # type: ignore[import] unknown
47 toml_data = tomllib.load(fd)
H A Dpkg_consistency_checks.py58 import tomllib # type: ignore[import]
61 import tomli as tomllib # type: ignore[import] namespace
64 from pip._vendor import tomli as tomllib unknown
72 toml_data: dict[str, Any] = tomllib.load(fd)