multiprocessing.Pipe()
  • References/Python/Python/Concurrent Execution

multiprocessing.Pipe([duplex]) Returns a pair (conn1, conn2) of Connection objects representing the

2025-01-10 15:47:30
nntplib.NNTPError
  • References/Python/Python/Internet

exception nntplib.NNTPError Derived from the standard exception

2025-01-10 15:47:30
telnetlib.Telnet.msg()
  • References/Python/Python/Internet

Telnet.msg(msg, *args) Print a debug message when the debug level is > 0. If extra arguments are present, they

2025-01-10 15:47:30
xml.sax.xmlreader.Locator.getLineNumber()
  • References/Python/Python/Structured Markup

Locator.getLineNumber() Return the line number where the current event begins.

2025-01-10 15:47:30
calendar.isleap()
  • References/Python/Python/Data Types

calendar.isleap(year) Returns

2025-01-10 15:47:30
decimal.Context.compare()
  • References/Python/Python/Numeric & Mathematical

compare(x, y) Compares x and y numerically.

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
importlib.util.LazyLoader
  • References/Python/Python/Importing

class importlib.util.LazyLoader(loader) A class which postpones the execution of the loader of a module until the module has

2025-01-10 15:47:30
os.path.isfile()
  • References/Python/Python/File & Directory Access

os.path.isfile(path) Return True if path is an existing regular file. This follows symbolic links, so

2025-01-10 15:47:30
imaplib.IMAP4.fetch()
  • References/Python/Python/Internet

IMAP4.fetch(message_set, message_parts) Fetch (parts of) messages. message_parts should be a string of message part

2025-01-10 15:47:30