import static method

itertools import()
override

Imports a Python module.

Use this method instead of the constructor.

Implementation

static itertools import() => PythonFfiDart.instance.importModule(
      "packaging.itertools",
      itertools.from,
    );