MCPcopy
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_credentialsMethod · 0.45
add_certificateMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected