collections.defaultdict
  • References/Python/Python/Data Types

class collections.defaultdict([default_factory[, ...]]) Returns a new dictionary-like object. defaultdict is a

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

turtle.undobufferentries() Return number of entries in the undobuffer.

2025-01-10 15:47:30
http.server.CGIHTTPRequestHandler.cgi_directories
  • References/Python/Python/Internet

cgi_directories This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts

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

curses.start_color() Must be called if the programmer wants to use colors, and before any other color manipulation routine is

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

turtle.getcanvas() Return the Canvas of this TurtleScreen. Useful for insiders who know what to do with a Tkinter Canvas.

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

xmlparser.CommentHandler(data) Called for comments. data is the text of the comment, excluding the leading '<

2025-01-10 15:47:30
email.policy.Compat32.mangle_from_
  • References/Python/Python/Internet Data

mangle_from_ The default is True.

2025-01-10 15:47:30
_thread.get_ident()
  • References/Python/Python/Concurrent Execution

_thread.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct

2025-01-10 15:47:30
zipfile.ZipInfo.header_offset
  • References/Python/Python/Data Compression

ZipInfo.header_offset Byte offset to the file header.

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

types.BuiltinFunctionType types.BuiltinMethodType The type of built-in functions like

2025-01-10 15:47:30