MCPcopy 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
67def limit(test, kind, value):
68 if kind in impls[test]:
69 impls[test][kind]['limit'] = value
70
71def remove(test, kind):
72 if kind in impls[test]:

Calls

no outgoing calls

Tested by

no test coverage detected