decimal.Decimal.remainder_near()
  • References/Python/Python/Numeric & Mathematical

remainder_near(other, context=None) Return the remainder from dividing self by other. This differs from self

2025-01-10 15:47:30
importlib.machinery.WindowsRegistryFinder
  • References/Python/Python/Importing

class importlib.machinery.WindowsRegistryFinder Finder for modules declared in the Windows

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

formatTime(record, datefmt=None) This method should be called from

2025-01-10 15:47:30
multiprocessing.Process.name
  • References/Python/Python/Concurrent Execution

name The process’s name. The name is a string used for identification purposes only. It has no semantics. Multiple processes

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

is_package(fullname) An abstract method to return a true value if the module is a package, a false value otherwise.

2025-01-10 15:47:30
cmd.Cmd.intro
  • References/Python/Python/Frameworks

Cmd.intro A string to issue as an intro or banner. May be overridden by giving the cmdloop() method an argument

2025-01-10 15:47:30
io.IOBase.readlines()
  • References/Python/Python/Operating System

readlines(hint=-1) Read and return a list of lines from the stream. hint can be specified to control the number of

2025-01-10 15:47:30
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