MCPcopy Create free account
hub / github.com/grantjenks/python-sortedcontainers / iter_with_description

Function iter_with_description

tests/benchmark_scale.py:79–81  ·  view source on GitHub ↗

Placeholder iterator function with ignored description parameter.

(iterable, description='')

Source from the content-addressed store, hash-verified

77
78
79def iter_with_description(iterable, description=''):
80 "Placeholder iterator function with ignored description parameter."
81 return iter(iterable)
82
83
84PROGRESS = iter_with_description

Callers

nothing calls this directly

Calls 1

iterFunction · 0.70

Tested by

no test coverage detected