curses.error
  • References/Python/Python/Operating System

exception curses.error Exception raised when a curses library function returns an error.

2025-01-10 15:47:30
urllib.error.HTTPError.code
  • References/Python/Python/Internet

code An HTTP status code as defined in

2025-01-10 15:47:30
turtle.showturtle()
  • References/Python/Python/Frameworks

turtle.showturtle() turtle.st() Make the turtle visible.

2025-01-10 15:47:30
itertools.tee()
  • References/Python/Python/Functional Programming

itertools.tee(iterable, n=2) Return n independent iterators from a single iterable. Roughly equivalent to:

2025-01-10 15:47:30
decimal.Context.logical_xor()
  • References/Python/Python/Numeric & Mathematical

logical_xor(x, y) Applies the logical operation xor between each operand’s digits.

2025-01-10 15:47:30
parser.ST.isexpr()
  • References/Python/Python/Language

ST.isexpr() Same as isexpr(st).

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.StartElementHandler()
  • References/Python/Python/Structured Markup

xmlparser.StartElementHandler(name, attributes) Called for the start of every element. name is a string containing

2025-01-10 15:47:30
operator.
  • References/Python/Python/Functional Programming

operator.__ifloordiv__(a, b) a = ifloordiv(a, b) is equivalent to a //= b.

2025-01-10 15:47:30
urllib.parse.SplitResult
  • References/Python/Python/Internet

class urllib.parse.SplitResult(scheme, netloc, path, query, fragment) Concrete class for urlsplit() results containing

2025-01-10 15:47:30
tracemalloc.Snapshot.traceback_limit
  • References/Python/Python/Debugging & Profiling

traceback_limit Maximum number of frames stored in the traceback of traces: result of the get_traceback_limit()

2025-01-10 15:47:30