csv.field_size_limit()
  • References/Python/Python/File Formats

csv.field_size_limit([new_limit]) Returns the current maximum field size allowed by the parser. If new_limit is given

2025-01-10 15:47:30
ipaddress.IPv6Address.is_site_local
  • References/Python/Python/Internet

is_site_local True if the address is reserved for site-local usage. Note that the site-local address space has

2025-01-10 15:47:30
logging.Logger.addFilter()
  • References/Python/Python/Logging

Logger.addFilter(filt) Adds the specified filter filt to this logger.

2025-01-10 15:47:30
collections.abc.AsyncIterator
  • References/Python/Python/Data Types

class collections.abc.AsyncIterator ABC for classes that provide __aiter__ and __anext__ methods.

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

path Contains the request path.

2025-01-10 15:47:30
code.InteractiveConsole.push()
  • References/Python/Python/Interpreters

InteractiveConsole.push(line) Push a line of source text to the interpreter. The line should not have a trailing newline; it

2025-01-10 15:47:30
xml.sax.xmlreader.IncrementalParser
  • References/Python/Python/Structured Markup

class xml.sax.xmlreader.IncrementalParser In some cases, it is desirable not to parse an input source at once, but to feed chunks

2025-01-10 15:47:30
ipaddress.v6_int_to_packed()
  • References/Python/Python/Internet

ipaddress.v6_int_to_packed(address) Represent an address as 16 packed bytes in network (big-endian) order. address

2025-01-10 15:47:30
IsADirectoryError
  • References/Python/Python/Built-in Exceptions

exception IsADirectoryError Raised when a file operation (such as

2025-01-10 15:47:30
fnmatch.translate()
  • References/Python/Python/File & Directory Access

fnmatch.translate(pattern) Return the shell-style pattern converted to a regular expression.

2025-01-10 15:47:30