wsgiref.handlers.BaseHandler.get_stdin()
  • References/Python/Python/Internet

get_stdin() Return an input stream object suitable for use as the wsgi.input of the request currently being processed

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.ErrorCode
  • References/Python/Python/Structured Markup

xmlparser.ErrorCode Numeric code specifying the problem. This value can be passed to the ErrorString() function

2025-01-10 15:47:30
sqlite3.Connection.total_changes
  • References/Python/Python/Data Persistence

total_changes Returns the total number of database rows that have been modified, inserted, or deleted since the database connection

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

coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.

2025-01-10 15:47:30
importlib.abc.SourceLoader
  • References/Python/Python/Importing

class importlib.abc.SourceLoader An abstract base class for implementing source (and optionally bytecode) file loading. The

2025-01-10 15:47:30
html.parser.HTMLParser.handle_startendtag()
  • References/Python/Python/Structured Markup

HTMLParser.handle_startendtag(tag, attrs) Similar to handle_starttag(), but called when the parser encounters an

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

Packer.pack_float(value) Packs the single-precision floating point number value.

2025-01-10 15:47:30
bdb.Breakpoint.disable()
  • References/Python/Python/Debugging & Profiling

disable() Mark the breakpoint as disabled.

2025-01-10 15:47:30
importlib.util.module_from_spec()
  • References/Python/Python/Importing

importlib.util.module_from_spec(spec) Create a new module based on spec and spec.loader.create_module()

2025-01-10 15:47:30
tarfile.TarInfo.isfifo()
  • References/Python/Python/Data Compression

TarInfo.isfifo() Return

2025-01-10 15:47:30