asynchat.async_chat.collect_incoming_data()
  • References/Python/Python/Networking

async_chat.collect_incoming_data(data) Called with data holding an arbitrary amount of received data. The default method

2025-01-10 15:47:30
importlib.machinery.SourcelessFileLoader.get_code()
  • References/Python/Python/Importing

get_code(fullname) Returns the code object for name created from path.

2025-01-10 15:47:30
tkinter.scrolledtext.ScrolledText.frame
  • References/Python/Python/Tk

ScrolledText.frame The frame which surrounds the text and scroll bar widgets.

2025-01-10 15:47:30
re.error.msg
  • References/Python/Python/Text Processing

msg The unformatted error message.

2025-01-10 15:47:30
winreg.DeleteValue()
  • References/Python/Python/MS Windows

winreg.DeleteValue(key, value) Removes a named value from a registry key. key is an

2025-01-10 15:47:30
msvcrt.getche()
  • References/Python/Python/MS Windows

msvcrt.getche() Similar to getch(), but the keypress will be echoed if it represents a printable character.

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

operator.irshift(a, b) operator.__irshift__(a, b) a = irshift(a, b) is equivalent to a >>=

2025-01-10 15:47:30
trace.Trace.results()
  • References/Python/Python/Debugging & Profiling

results() Return a CoverageResults object that contains the cumulative results of all previous calls to run

2025-01-10 15:47:30
cmath.cos()
  • References/Python/Python/Numeric & Mathematical

cmath.cos(x) Return the cosine of x.

2025-01-10 15:47:30
ctypes.OleDLL
  • References/Python/Python/Operating System

class ctypes.OleDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Windows only: Instances of

2025-01-10 15:47:30