differt_core.rt.AllPathsFromDiGraphIter# class AllPathsFromDiGraphIter# Bases: object An iterator over all paths in a directed graph. Methods count() Count the number of elements in this iterator by consuming it. Detailed documentation count()# Count the number of elements in this iterator by consuming it. This is much faster that counting the number of elements using Python code. Returns: The number of elements that this iterator contains. Return type: int