Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ add
Method
add
pex/orderedset.py:97–99 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
95
super(OrderedSet, self).__init__(iterable=iterable)
96
97
def
add(self, key):
98
# type: (_I) -> None
99
super(OrderedSet, self).add(key)
100
101
def
update(self, iterable):
102
# type: (Iterable[_I]) -> None
Callers
15
for_pex
Method · 0.95
_select_path_interpreter
Function · 0.95
record_unresolved
Method · 0.95
_parse_repos
Function · 0.95
wheel_file_name
Method · 0.95
adjust
Method · 0.95
_resolve_direct_file_deps
Method · 0.95
access_zipped_assets
Method · 0.95
_calculate_applicable_binary_names
Function · 0.95
iter_all
Method · 0.95
resolve_run_spec
Method · 0.95
_resolve_from_venv
Function · 0.95
Calls
no outgoing calls
Tested by
10
expected
Function · 0.76
test_find_compatible_interpreters
Function · 0.36
test_detect_pyvenv
Function · 0.36
test_pex_builder_exclude_bootstrap_testing
Function · 0.36
test_project_name_and_version_fallback
Function · 0.36
write_sdist_tgz
Function · 0.36
iter_distributions
Function · 0.36
assert_expected_artifacts
Function · 0.36
assert_resolve_result
Function · 0.36
create_dependants_mapping
Function · 0.36