Warning
  • References/Python/Python/Built-in Exceptions

exception Warning Base class for warning categories.

2025-01-10 15:47:30
asyncio.get_event_loop()
  • References/Python/Python/Inputouput

asyncio.get_event_loop() Equivalent to calling get_event_loop_policy().get_event_loop().

2025-01-10 15:47:30
asyncio.set_event_loop()
  • References/Python/Python/Inputouput

asyncio.set_event_loop(loop) Equivalent to calling get_event_loop_policy().set_event_loop(loop).

2025-01-10 15:47:30
threading.main_thread()
  • References/Python/Python/Concurrent Execution

threading.main_thread() Return the main Thread object. In normal conditions, the main thread is the thread from

2025-01-10 15:47:30
xml.dom.Node.prefix
  • References/Python/Python/Structured Markup

Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a

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

types.DynamicClassAttribute(fget=None, fset=None, fdel=None, doc=None) Route attribute access on a class to __getattr__.

2025-01-10 15:47:30
tracemalloc.Frame.filename
  • References/Python/Python/Debugging & Profiling

filename Filename (str).

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

os.sync() Force write of everything to disk. Availability: Unix.

2025-01-10 15:47:30
readline.get_endidx()
  • References/Python/Python/Text Processing

readline.get_endidx() Get the beginning or ending index of the completion scope. These indexes are the start and end

2025-01-10 15:47:30
ossaudiodev.oss_mixer_device.reccontrols()
  • References/Python/Python/Multimedia

oss_mixer_device.reccontrols() Returns a bitmask specifying the mixer controls that may be used to record. See the code example

2025-01-10 15:47:30