Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ discard
Method
discard
pex/orderedset.py:105–107 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
103
super(OrderedSet, self).update(iterable)
104
105
def
discard(self, key):
106
# type: (_I) -> None
107
super(OrderedSet, self).discard(key)
108
109
def
__iter__(self):
110
# type: () -> Iterator[_I]
Callers
4
iter_all
Method · 0.95
compatible_version
Function · 0.95
_iter_interpreters
Function · 0.45
assert_expected_split_repos_and_requirements_lock
Function · 0.45
Calls
no outgoing calls
Tested by
1
assert_expected_split_repos_and_requirements_lock
Function · 0.36