import static method
Imports a Python module.
Use this method instead of the constructor.
Implementation
static itertools import() => PythonFfiDart.instance.importModule(
"packaging.itertools",
itertools.from,
);
Imports a Python module.
Use this method instead of the constructor.
static itertools import() => PythonFfiDart.instance.importModule(
"packaging.itertools",
itertools.from,
);