mailbox.Mailbox.discard()
  • References/Python/Python/Internet Data

discard(key) Delete the message corresponding to key from the mailbox. If no such message

2025-01-10 15:47:30
binascii.rlecode_hqx()
  • References/Python/Python/Internet Data

binascii.rlecode_hqx(data) Perform binhex4 style RLE-compression on data and return the result.

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

operator.ipow(a, b) operator.__ipow__(a, b) a = ipow(a, b) is equivalent to a **= b.

2025-01-10 15:47:30
typing.no_type_check_decorator()
  • References/Python/Python/Development Tools

@typing.no_type_check_decorator(decorator) Decorator to give another decorator the no_type_check() effect.

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

math.trunc(x) Return the

2025-01-10 15:47:30
cgi.parse_multipart()
  • References/Python/Python/Internet

cgi.parse_multipart(fp, pdict) Parse input of type multipart/form-data (for file uploads). Arguments

2025-01-10 15:47:30
xml.dom.InvalidAccessErr
  • References/Python/Python/Structured Markup

exception xml.dom.InvalidAccessErr Raised if a parameter or an operation is not supported on the underlying object.

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

turtle.mainloop() turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement

2025-01-10 15:47:30
html.entities.entitydefs
  • References/Python/Python/Structured Markup

html.entities.entitydefs A dictionary mapping XHTML 1.0 entity definitions to their replacement text in ISO Latin-1.

2025-01-10 15:47:30
traceback.FrameSummary
  • References/Python/Python/Runtime

class traceback.FrameSummary(filename, lineno, name, lookup_line=True, locals=None, line=None) Represent a single frame in the

2025-01-10 15:47:30