traceback.FrameSummary
  • References/Python/Python/Runtime

class traceback.FrameSummary(filename, lineno, name, lookup_line=True, locals=None, line=None) Represent a single frame in the

2025-01-10 15:47:30
pyclbr.Class.file
  • References/Python/Python/Language

Class.file Name of the file containing the class statement defining the class.

2025-01-10 15:47:30
io.BufferedIOBase.write()
  • References/Python/Python/Operating System

write(b) Write the given bytes-like object, b, and return the number of bytes

2025-01-10 15:47:30
xml.sax.saxutils.escape()
  • References/Python/Python/Structured Markup

xml.sax.saxutils.escape(data, entities={}) Escape '&', '<', and '>' in a string

2025-01-10 15:47:30
inspect.BoundArguments.apply_defaults()
  • References/Python/Python/Runtime

apply_defaults() Set default values for missing arguments. For variable-positional arguments

2025-01-10 15:47:30
sys.path_importer_cache
  • References/Python/Python/Runtime

sys.path_importer_cache A dictionary acting as a cache for finder objects. The keys are

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

turtle.filling() Return fillstate (True if filling, False else).

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

math.acosh(x) Return the inverse hyperbolic cosine of x.

2025-01-10 15:47:30
xdrlib.Unpacker.get_buffer()
  • References/Python/Python/File Formats

Unpacker.get_buffer() Returns the current unpack data buffer as a string.

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

feed_data(data) Feed data bytes in the internal buffer. Any operations waiting for the data will be resumed.

2025-01-10 15:47:30