asyncio.SubprocessProtocol.pipe_connection_lost()
  • References/Python/Python/Inputouput

SubprocessProtocol.pipe_connection_lost(fd, exc) Called when one of the pipes communicating with the child process is closed

2025-01-10 15:47:30
http.cookiejar.DefaultCookiePolicy.rfc2109_as_netscape
  • References/Python/Python/Internet

DefaultCookiePolicy.rfc2109_as_netscape If true, request that the CookieJar instance downgrade RFC 2109 cookies

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.handle()
  • References/Python/Python/Internet

handle() Calls handle_one_request() once (or, if persistent connections are enabled, multiple times) to handle

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

os.chown(path, uid, gid, *, dir_fd=None, follow_symlinks=True) Change the owner and group id of path to the numeric

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

xmlparser.DefaultHandlerExpand(data) This is the same as the DefaultHandler(), but doesn’t inhibit expansion of

2025-01-10 15:47:30
tarfile.ReadError
  • References/Python/Python/Data Compression

exception tarfile.ReadError Is raised when a tar archive is opened, that either cannot be handled by the tarfile

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

interrupt() You can call this method from a different thread to abort any queries that might be executing on the connection

2025-01-10 15:47:30
datetime.date.timetuple()
  • References/Python/Python/Data Types

date.timetuple() Return a

2025-01-10 15:47:30
decimal.Decimal.compare_signal()
  • References/Python/Python/Numeric & Mathematical

compare_signal(other, context=None) This operation is identical to the compare() method, except that all NaNs signal

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

math.atanh(x) Return the inverse hyperbolic tangent of x.

2025-01-10 15:47:30