Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_image
Function · 0.80
main
Function · 0.80
record_installed_file
Function · 0.80
build_pex_scies
Function · 0.80
ensure_all_complete_platforms
Function · 0.80
main
Function · 0.80
lint
Function · 0.80
create
Method · 0.80
_loaded_envs
Method · 0.80
execute_interpreter
Method · 0.80
demote
Method · 0.80
decode
Method · 0.80
Calls
1
PasswordDatabase
Class · 0.85
Tested by
15
test_deterministic_walk
Function · 0.64
test_download2
Function · 0.64
test_sys_path_leak_for_current
Function · 0.64
visit_op
Method · 0.64
test_selection_strategy
Function · 0.64
create_pex
Function · 0.64
test_setproctitle
Function · 0.64
assert_overrides
Function · 0.64
test_lock_sync_override
Function · 0.64
assert_record_directory_entries_handled
Function · 0.64
write_pth
Function · 0.64
extra_args
Method · 0.64