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
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
unittest.mock.patch.dict()
  • References/Python/Python/Development Tools

patch.dict(in_dict, values=(), clear=False, **kwargs) Patch a dictionary, or dictionary like object, and restore the dictionary

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

lineno Line number (int) of the filter. If lineno is None, the filter matches any line number

2025-01-10 15:47:30
turtle.shapetransform()
  • References/Python/Python/Frameworks

turtle.shapetransform(t11=None, t12=None, t21=None, t22=None)

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

types.FunctionType types.LambdaType The type of user-defined functions and functions created by lambda

2025-01-10 15:47:30