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
static ProbitResults.bse()
  • References/Python/Statsmodels/Regression with Discrete Dependent Variable

statsmodels.discrete.discrete_model.ProbitResults.bse

2025-01-10 15:47:30
TimedeltaIndex.inferred_freq
  • References/Python/Pandas/API Reference/TimedeltaIndex

TimedeltaIndex.inferred_freq = None

2025-01-10 15:47:30
ast.fix_missing_locations()
  • References/Python/Python/Language

ast.fix_missing_locations(node) When you compile a node tree with

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

coroutine asyncio.sleep(delay, result=None, *, loop=None) Create a coroutine that completes after a given time

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

Node.parentNode The parent of the current node, or None for the document node. The value is always a Node

2025-01-10 15:47:30
MultiIndex.is_()
  • References/Python/Pandas/API Reference/MultiIndex

MultiIndex.is_(other)

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