Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5321
def
_create_tuple(n: int) -> tuple[int, ...]:
5322
return
tuple(range(n, 0, -1))
5323
5324
5325
def
test_sequence_get_unchecked_variable_length():
Callers
nothing calls this directly
Calls
1
tuple
Function · 0.85
Tested by
no test coverage detected