unittest.TestResult.addError()
  • References/Python/Python/Development Tools

addError(test, err) Called when the test case test raises an unexpected exception. err is a tuple of the form

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

Panel.replace(win) Change the window associated with the panel to the window win.

2025-01-10 15:47:30
bz2.decompress()
  • References/Python/Python/Data Compression

bz2.decompress(data) Decompress data. If data is the concatenation of multiple

2025-01-10 15:47:30
subprocess.STARTUPINFO.wShowWindow
  • References/Python/Python/Concurrent Execution

wShowWindow If dwFlags specifies STARTF_USESHOWWINDOW, this attribute can be any of the values that

2025-01-10 15:47:30
test.support.forget()
  • References/Python/Python/Development Tools

test.support.forget(module_name) Remove the module named module_name from sys.modules and delete any byte-compiled

2025-01-10 15:47:30
turtle.Turtle
  • References/Python/Python/Frameworks

class turtle.Turtle Subclass of RawTurtle, has the same interface but draws on a default Screen object created

2025-01-10 15:47:30
mailbox.MH.get_file()
  • References/Python/Python/Internet Data

get_file(key) Depending upon the host platform, it may not be possible to remove the underlying message while the returned file

2025-01-10 15:47:30
asyncio.Server.sockets
  • References/Python/Python/Inputouput

sockets List of

2025-01-10 15:47:30
http.cookiejar.Cookie.comment
  • References/Python/Python/Internet

Cookie.comment String comment from the server explaining the function of this cookie, or

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

fnmatch.translate(pattern) Return the shell-style pattern converted to a regular expression.

2025-01-10 15:47:30