email.headerregistry.Address.domain
  • References/Python/Python/Internet Data

domain The domain portion of the address.

2025-01-10 15:47:30
ftplib.FTP.sendcmd()
  • References/Python/Python/Internet

FTP.sendcmd(cmd) Send a simple command string to the server and return the response string.

2025-01-10 15:47:30
syslog.closelog()
  • References/Python/Python/Unix

syslog.closelog() Reset the syslog module values and call the system library closelog(). This

2025-01-10 15:47:30
fileinput.hook_encoded()
  • References/Python/Python/File & Directory Access

fileinput.hook_encoded(encoding) Returns a hook which opens each file with

2025-01-10 15:47:30
pdb.pm()
  • References/Python/Python/Debugging & Profiling

pdb.pm() Enter post-mortem debugging of the traceback found in

2025-01-10 15:47:30
io.IOBase.readable()
  • References/Python/Python/Operating System

readable() Return True if the stream can be read from. If False, read() will raise

2025-01-10 15:47:30
operator.
  • References/Python/Python/Functional Programming

operator.__mul__(a, b) Return a * b, for a and b numbers.

2025-01-10 15:47:30
sys.base_exec_prefix
  • References/Python/Python/Runtime

sys.base_exec_prefix Set during Python startup, before site.py is run, to the same value as exec_prefix

2025-01-10 15:47:30
unittest.TestResult.tb_locals
  • References/Python/Python/Development Tools

tb_locals If set to true then local variables will be shown in tracebacks.

2025-01-10 15:47:30
inspect.Signature.from_callable()
  • References/Python/Python/Runtime

classmethod from_callable(obj, *, follow_wrapped=True) Return a Signature (or its subclass) object for a given

2025-01-10 15:47:30