MCPcopy Index your code
hub / github.com/python/cpython / getpass

Method getpass

Lib/test/test_ssl.py:1368–1369  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1366 def __call__(self):
1367 return KEY_PASSWORD
1368 def getpass(self):
1369 return KEY_PASSWORD
1370 ctx.load_cert_chain(CERTFILE_PROTECTED, password=getpass_unicode)
1371 ctx.load_cert_chain(CERTFILE_PROTECTED, password=getpass_bytes)
1372 ctx.load_cert_chain(CERTFILE_PROTECTED, password=getpass_bytearray)

Callers 1

imaplib.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected