MCPcopy Index your code
hub / github.com/RustPython/RustPython / getpass

Method getpass

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

Source from the content-addressed store, hash-verified

1225 def __call__(self):
1226 return KEY_PASSWORD
1227 def getpass(self):
1228 return KEY_PASSWORD
1229 ctx.load_cert_chain(CERTFILE_PROTECTED, password=getpass_unicode)
1230 ctx.load_cert_chain(CERTFILE_PROTECTED, password=getpass_bytes)
1231 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