MCPcopy
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_pexMethod · 0.95
_select_path_interpreterFunction · 0.95
record_unresolvedMethod · 0.95
_parse_reposFunction · 0.95
wheel_file_nameMethod · 0.95
adjustMethod · 0.95
access_zipped_assetsMethod · 0.95
iter_allMethod · 0.95
resolve_run_specMethod · 0.95
_resolve_from_venvFunction · 0.95

Calls

no outgoing calls

Tested by 10

expectedFunction · 0.76
test_detect_pyvenvFunction · 0.36
write_sdist_tgzFunction · 0.36
iter_distributionsFunction · 0.36
assert_resolve_resultFunction · 0.36