os.getppid()
  • References/Python/Python/Operating System

os.getppid() Return the parent’s process id. When the parent process has exited, on Unix the id returned is the one of the init

2025-01-10 15:47:30
os.makedirs()
  • References/Python/Python/Operating System

os.makedirs(name, mode=0o777, exist_ok=False) Recursive directory creation function. Like mkdir(), but makes all

2025-01-10 15:47:30
http.cookiejar.CookieJar.clear()
  • References/Python/Python/Internet

CookieJar.clear([domain[, path[, name]]]) Clear some cookies. If invoked without arguments,

2025-01-10 15:47:30
urllib.request.FancyURLopener.prompt_user_passwd()
  • References/Python/Python/Internet

prompt_user_passwd(host, realm) Return information needed to authenticate the user at the given host in the specified security

2025-01-10 15:47:30
fpectl.FloatingPointError
  • References/Python/Python/Runtime

exception fpectl.FloatingPointError After turnon_sigfpe() has been executed, a floating point operation that raises

2025-01-10 15:47:30
ensurepip.version()
  • References/Python/Python/Software Packaging & Distribution

ensurepip.version() Returns a string specifying the bundled version of pip that will be installed when bootstrapping an environment

2025-01-10 15:47:30
email.policy.Compat32.mangle_from_
  • References/Python/Python/Internet Data

mangle_from_ The default is True.

2025-01-10 15:47:30
sqlite3.sqlite_version_info
  • References/Python/Python/Data Persistence

sqlite3.sqlite_version_info The version number of the run-time SQLite library, as a tuple of integers.

2025-01-10 15:47:30
sys.getcheckinterval()
  • References/Python/Python/Runtime

sys.getcheckinterval() Return the interpreter’s “check interval”; see setcheckinterval().

2025-01-10 15:47:30
symtable.SymbolTable.has_exec()
  • References/Python/Python/Language

has_exec() Return True if the block uses exec.

2025-01-10 15:47:30