mimetypes.MimeTypes.read_windows_registry()
  • References/Python/Python/Internet Data

MimeTypes.read_windows_registry(strict=True) Load MIME type information from the Windows registry. Availability: Windows.

2025-01-10 15:47:30
wsgiref.simple_server.WSGIRequestHandler.get_stderr()
  • References/Python/Python/Internet

get_stderr() Return the object that should be used as the wsgi.errors stream. The default implementation just returns

2025-01-10 15:47:30
mmap.mmap.close()
  • References/Python/Python/Networking

close() Closes the mmap. Subsequent calls to other methods of the object will result in a ValueError exception being raised

2025-01-10 15:47:30
math.log10()
  • References/Python/Python/Numeric & Mathematical

math.log10(x) Return the base-10 logarithm of x. This is usually more accurate than log(x, 10).

2025-01-10 15:47:30
math.pi
  • References/Python/Python/Numeric & Mathematical

math.pi The mathematical constant π = 3.141592..., to available precision.

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

shutil.register_archive_format(name, function[, extra_args[, description]]) Register an archiver for the format name

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

os.getpgid(pid) Return the process group id of the process with process id pid. If pid is 0, the process group

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

stat.S_ISSOCK(mode) Return non-zero if the mode is from a socket.

2025-01-10 15:47:30
symtable.SymbolTable
  • References/Python/Python/Language

class symtable.SymbolTable A namespace table for a block. The constructor is not public.

2025-01-10 15:47:30
tarfile.TarInfo.isdir()
  • References/Python/Python/Data Compression

TarInfo.isdir() Return

2025-01-10 15:47:30