MCPcopy
hub / github.com/pex-tool/pex / append

Method append

pex/auth.py:165–167  ·  view source on GitHub ↗
(self, entries)

Source from the content-addressed store, hash-verified

163 entries = attr.ib(default=()) # type: Tuple[PasswordEntry, ...]
164
165 def append(self, entries):
166 # type: (Iterable[PasswordEntry]) -> PasswordDatabase
167 return PasswordDatabase(entries=self.entries + tuple(entries))

Callers 15

build_cache_imageFunction · 0.80
mainFunction · 0.80
record_installed_fileFunction · 0.80
build_pex_sciesFunction · 0.80
mainFunction · 0.80
lintFunction · 0.80
createMethod · 0.80
_loaded_envsMethod · 0.80
execute_interpreterMethod · 0.80
demoteMethod · 0.80
decodeMethod · 0.80

Calls 1

PasswordDatabaseClass · 0.85

Tested by 15

test_deterministic_walkFunction · 0.64
test_download2Function · 0.64
visit_opMethod · 0.64
test_selection_strategyFunction · 0.64
create_pexFunction · 0.64
test_setproctitleFunction · 0.64
assert_overridesFunction · 0.64
test_lock_sync_overrideFunction · 0.64
write_pthFunction · 0.64
extra_argsMethod · 0.64