bdb.effective()
  • References/Python/Python/Debugging & Profiling

bdb.effective(file, line, frame) Determine if there is an effective (active) breakpoint at this line of code. Return a tuple

2025-01-10 15:47:30
socket.socket.fileno()
  • References/Python/Python/Networking

socket.fileno() Return the socket’s file descriptor (a small integer), or -1 on failure. This is useful with

2025-01-10 15:47:30
select.kevent.flags
  • References/Python/Python/Inputouput

kevent.flags Filter action.

2025-01-10 15:47:30
argparse.ArgumentParser.add_argument_group()
  • References/Python/Python/Operating System

ArgumentParser.add_argument_group(title=None, description=None) By default, ArgumentParser groups command-line

2025-01-10 15:47:30
xml.dom.minidom.Node.unlink()
  • References/Python/Python/Structured Markup

Node.unlink() Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic

2025-01-10 15:47:30
email.message.EmailMessage.make_related()
  • References/Python/Python/Internet Data

make_related(boundary=None) Convert a non-multipart message into a multipart/related message, moving

2025-01-10 15:47:30
curses.window.insdelln()
  • References/Python/Python/Operating System

window.insdelln(nlines) Insert nlines lines into the specified window above the current line. The nlines bottom

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

calendar.prmonth(theyear, themonth, w=0, l=0) Prints a month’s calendar as returned by month().

2025-01-10 15:47:30
ctypes.util.find_msvcrt()
  • References/Python/Python/Operating System

ctypes.util.find_msvcrt() Windows only: return the filename of the VC runtime library used by Python, and by the extension modules

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

copy_sign(x, y) Copies the sign from y to x.

2025-01-10 15:47:30