symtable.Symbol.is_parameter()
  • References/Python/Python/Language

is_parameter() Return True if the symbol is a parameter.

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

os.forkpty() Fork a child process, using a new pseudo-terminal as the child’s controlling terminal. Return a pair of (pid

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

termios.tcsetattr(fd, when, attributes) Set the tty attributes for file descriptor fd from the attributes

2025-01-10 15:47:30
Warning
  • References/Python/Python/Built-in Exceptions

exception Warning Base class for warning categories.

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

traceback.format_exception(etype, value, tb, limit=None, chain=True) Format a stack trace and the exception information. The

2025-01-10 15:47:30
mailbox.Maildir.remove_folder()
  • References/Python/Python/Internet Data

remove_folder(folder) Delete the folder whose name is folder. If the folder contains any messages, a NotEmptyError

2025-01-10 15:47:30
cmd.Cmd.cmdqueue
  • References/Python/Python/Frameworks

Cmd.cmdqueue A list of queued input lines. The cmdqueue list is checked in cmdloop() when new input is needed;

2025-01-10 15:47:30
fractions.Fraction.
  • References/Python/Python/Numeric & Mathematical

__ceil__() Returns the least

2025-01-10 15:47:30
tarfile.TarInfo.uname
  • References/Python/Python/Data Compression

TarInfo.uname User name.

2025-01-10 15:47:30
sqlite3.Cursor.executescript()
  • References/Python/Python/Data Persistence

executescript(sql_script) This is a nonstandard convenience method for executing multiple SQL statements at once. It issues

2025-01-10 15:47:30