ssl.SSLEOFError
  • References/Python/Python/Networking

exception ssl.SSLEOFError A subclass of SSLError raised when the SSL connection has been terminated abruptly. Generally

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

set_children(item, *newchildren) Replaces item‘s child with newchildren. Children

2025-01-10 15:47:30
email.message.Message.get()
  • References/Python/Python/Internet Data

get(name, failobj=None) Return the value of the named header field. This is identical to __getitem__() except that

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

curses.ascii.isgraph(c) Checks for ASCII any printable character except space.

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

os.spawnl(mode, path, ...) os.spawnle(mode, path, ..., env) os.spawnlp(mode, file, ...)

2025-01-10 15:47:30
unittest.TestCase.assertSequenceEqual()
  • References/Python/Python/Development Tools

assertSequenceEqual(first, second, msg=None, seq_type=None) Tests that two sequences are equal. If a seq_type is supplied

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

bz2.compress(data, compresslevel=9) Compress data. compresslevel, if given

2025-01-10 15:47:30
collections.UserString
  • References/Python/Python/Data Types

class collections.UserString([sequence]) Class that simulates a string or a Unicode string object. The instance’s content is

2025-01-10 15:47:30
concurrent.futures.ThreadPoolExecutor
  • References/Python/Python/Concurrent Execution

class concurrent.futures.ThreadPoolExecutor(max_workers=None) An Executor subclass that uses a pool of at most

2025-01-10 15:47:30
calendar.TextCalendar.pryear()
  • References/Python/Python/Data Types

pryear(theyear, w=2, l=1, c=6, m=3) Print the calendar for an entire year as returned by formatyear().

2025-01-10 15:47:30