Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/grantjenks/python-sortedcontainers
/ limit
Function
limit
tests/benchmark.py:67–69 ·
view source on GitHub ↗
(test, kind, value)
Source
from the content-addressed store, hash-verified
65
return
func
66
67
def
limit(test, kind, value):
68
if
kind in impls[test]:
69
impls[test][kind][
'limit'
] = value
70
71
def
remove(test, kind):
72
if
kind in impls[test]:
Callers
3
benchmark_sortedlist.py
File · 0.85
benchmark_sortedset.py
File · 0.85
benchmark_sorteddict.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected