Skip to the content.

Type Hint for itertools.chain

Recipes

import itertools


itertools.chain(...) -> itertools.chain[int]: ...

More Details