Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grantjenks/python-sortedcontainers
/ _NotGiven
Class
_NotGiven
sortedcontainers/sorteddict.py:407–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
406
407
class
_NotGiven(object):
408
# pylint: disable=too-few-public-methods
409
def
__repr__(self):
410
return
'<not-given>'
411
412
__not_given = _NotGiven()
413
Callers
1
SortedDict
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected