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

File getpass.py

Lib/getpass.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Utilities to get a password and/or the current user name.
2
3getpass(prompt[, stream[, echo_char]]) - Prompt for a password, with echo
4turned off and optional keyboard feedback.

Callers

nothing calls this directly

Calls 1

frozendictClass · 0.85

Tested by

no test coverage detected