Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ pop
Method
pop
pex/orderedset.py:117–119 ·
view source on GitHub ↗
(self, last=True)
Source
from the content-addressed store, hash-verified
115
return
super(OrderedSet, self).__reversed__()
116
117
def
pop(self, last=True):
118
# type: (bool) -> _I
119
return
cast(
"_I"
, super(OrderedSet, self).pop(last=last))
120
121
else
:
122
OrderedSet = _OrderedSet
Callers
15
_calculate_marker
Function · 0.95
_iter_universal_targets
Function · 0.95
_maybe_rewrite_project
Function · 0.45
create_complete_platform
Function · 0.45
lint_enum
Function · 0.45
minimum_sys_modules
Method · 0.45
stash_pythonpath
Method · 0.45
unstash_pythonpath
Method · 0.45
run
Method · 0.45
demote
Method · 0.45
path_mapping
Function · 0.45
path_mappings
Function · 0.45
Calls
1
cast
Function · 0.90
Tested by
15
test_unwriteable_contents
Function · 0.36
test_pip_pex_interpreter_venv_hash_issue_1885
Function · 0.36
index_pip_distributions
Function · 0.36
test_extra_pip_requirements_setuptools_override
Function · 0.36
test_extra_pip_requirements_wheel_override
Function · 0.36
test_compile_success
Function · 0.36
local_resolve
Function · 0.36
test_sys_path_leak_for_current
Function · 0.36
make_env
Function · 0.36
test_extract_deterministic_timestamp_wheels
Function · 0.36
test_multiple_wheels_with_same_name_and_different_hash
Function · 0.36
test_isolated_pex_zip
Function · 0.36