Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Xyntax/POC-T
/ add
Method
add
thirdparty/httplib2/__init__.py:728–729 ·
view source on GitHub ↗
(self, name, password, domain="")
Source
from the content-addressed store, hash-verified
726
self.credentials = []
727
728
def
add(self, name, password, domain=
""
):
729
self.credentials.append((domain.lower(), name, password))
730
731
def
clear(self):
732
self.credentials = []
Callers
2
add_credentials
Method · 0.45
add_certificate
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected