complex
  • References/Python/Python/Built-in Functions

class complex([real[, imag]]) Return a complex number with the value real + imag*1j or convert a string or

2025-01-10 15:47:30
datetime.datetime.strptime()
  • References/Python/Python/Data Types

classmethod datetime.strptime(date_string, format) Return a datetime corresponding to date_string, parsed

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

curses.resize_term(nlines, ncols) Backend function used by resizeterm(), performing most of the work; when resizing

2025-01-10 15:47:30
codecs.StreamReaderWriter
  • References/Python/Python/Binary Data

class codecs.StreamReaderWriter(stream, Reader, Writer, errors) Creates a StreamReaderWriter instance. stream

2025-01-10 15:47:30
dis.Bytecode.from_traceback()
  • References/Python/Python/Language

classmethod from_traceback(tb) Construct a Bytecode instance from the given traceback, setting current_offset

2025-01-10 15:47:30
dis.Instruction.argrepr
  • References/Python/Python/Language

argrepr human readable description of operation argument

2025-01-10 15:47:30
http.cookiejar.CookieJar.clear_session_cookies()
  • References/Python/Python/Internet

CookieJar.clear_session_cookies() Discard all session cookies. Discards all contained cookies

2025-01-10 15:47:30
getattr()
  • References/Python/Python/Built-in Functions

getattr(object, name[, default]) Return the value of the named attribute of object. name must be a string

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