socketserver.BaseRequestHandler.finish()
  • References/Python/Python/Internet

finish() Called after the handle() method to perform any clean-up actions required. The default implementation

2025-01-10 15:47:30
importlib.abc.SourceLoader.path_stats()
  • References/Python/Python/Importing

path_stats(path) Optional abstract method which returns a

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

ZipInfo.file_size Size of the uncompressed file.

2025-01-10 15:47:30
importlib.machinery.FileFinder.find_loader()
  • References/Python/Python/Importing

find_loader(fullname) Attempt to find the loader to handle fullname within path.

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

select.poll() (Not supported by all operating systems.) Returns a polling object, which supports registering and unregistering

2025-01-10 15:47:30
uuid.UUID.bytes_le
  • References/Python/Python/Internet

UUID.bytes_le The UUID as a 16-byte string (with time_low, time_mid, and time_hi_version in little-endian

2025-01-10 15:47:30
re.error.msg
  • References/Python/Python/Text Processing

msg The unformatted error message.

2025-01-10 15:47:30
select.epoll.modify()
  • References/Python/Python/Inputouput

epoll.modify(fd, eventmask) Modify a registered file descriptor.

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

write_eof() Close the write end of the transport after flushing buffered data: see

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

mimetypes.suffix_map Dictionary mapping suffixes to suffixes. This is used to allow recognition of encoded files for which the

2025-01-10 15:47:30