MCPcopy
hub / github.com/pathwaycom/pathway / _create_tuple

Function _create_tuple

python/pathway/tests/test_common.py:5321–5322  ·  view source on GitHub ↗
(n: int)

Source from the content-addressed store, hash-verified

5319
5320
5321def _create_tuple(n: int) -> tuple[int, ...]:
5322 return tuple(range(n, 0, -1))
5323
5324
5325def test_sequence_get_unchecked_variable_length():

Callers

nothing calls this directly

Calls 1

tupleFunction · 0.85

Tested by

no test coverage detected