dict.keys()
  • References/Python/Python/Built-in Types

keys() Return a new view of the dictionary’s keys. See the documentation of view objects.

2025-01-10 15:47:30
modulefinder.ModuleFinder.report()
  • References/Python/Python/Importing

report() Print a report to standard output that lists the modules imported by the script and their paths, as well as modules

2025-01-10 15:47:30
pathlib.WindowsPath
  • References/Python/Python/File & Directory Access

class pathlib.WindowsPath(*pathsegments) A subclass of Path and PureWindowsPath, this class represents

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

math.cos(x) Return the cosine of x radians.

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

Logger.isEnabledFor(lvl) Indicates if a message of severity lvl would be processed by this logger. This method checks

2025-01-10 15:47:30
xmlrpc.server.CGIXMLRPCRequestHandler.register_instance()
  • References/Python/Python/Internet

CGIXMLRPCRequestHandler.register_instance(instance) Register an object which is used to expose method names which have not been

2025-01-10 15:47:30
tkinter.ttk.Widget.state()
  • References/Python/Python/Tk

state(statespec=None) Modify or inquire widget state. If statespec is specified, sets the widget state according to

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

shutil.copystat(src, dst, *, follow_symlinks=True) Copy the permission bits, last access time, last modification time, and flags

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

curses.putp(string) Equivalent to tputs(str, 1, putchar); emit the value of a specified terminfo capability for

2025-01-10 15:47:30
ctypes.Array.
  • References/Python/Python/Operating System

_length_ A positive integer specifying the number of elements in the array. Out-of-range subscripts result in an

2025-01-10 15:47:30