importlib.machinery.PathFinder.invalidate_caches()
  • References/Python/Python/Importing

classmethod invalidate_caches() Calls importlib.abc.PathEntryFinder.invalidate_caches() on all finders stored in

2025-01-10 15:47:30
encodings.idna.nameprep()
  • References/Python/Python/Binary Data

encodings.idna.nameprep(label) Return the nameprepped version of label. The implementation currently assumes query

2025-01-10 15:47:30
http.client.IncompleteRead
  • References/Python/Python/Internet

exception http.client.IncompleteRead A subclass of HTTPException.

2025-01-10 15:47:30
mailbox.Mailbox
  • References/Python/Python/Internet Data

class mailbox.Mailbox A mailbox, which may be inspected and modified. The Mailbox

2025-01-10 15:47:30
object.
  • References/Python/Python/Data Persistence

object.__getnewargs_ex__() In protocols 4 and newer, classes that implements the __getnewargs_ex__() method can

2025-01-10 15:47:30
mimetypes.MimeTypes.types_map
  • References/Python/Python/Internet Data

MimeTypes.types_map Tuple containing two dictionaries, mapping filename extensions to MIME types: the first dictionary is for

2025-01-10 15:47:30
operator.length_hint()
  • References/Python/Python/Functional Programming

operator.length_hint(obj, default=0) Return an estimated length for the object o. First try to return its actual length

2025-01-10 15:47:30
mimetypes.common_types
  • References/Python/Python/Internet Data

mimetypes.common_types Dictionary mapping filename extensions to non-standard, but commonly found MIME types.

2025-01-10 15:47:30
msilib.Directory.add_file()
  • References/Python/Python/MS Windows

add_file(file, src=None, version=None, language=None) Add a file to the current component of the directory, starting a new one

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

close() Closes the file.

2025-01-10 15:47:30