ctypes.c_ushort
  • References/Python/Python/Operating System

class ctypes.c_ushort Represents the C unsigned short datatype. The constructor accepts an optional integer initializer;

2025-01-10 15:47:30
symtable.SymbolTable.has_exec()
  • References/Python/Python/Language

has_exec() Return True if the block uses exec.

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

CookieJar.set_cookie(cookie) Set a Cookie, without checking with policy to see whether or not it should be set

2025-01-10 15:47:30
xml.etree.ElementTree.ElementTree.iter()
  • References/Python/Python/Structured Markup

iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,

2025-01-10 15:47:30
sqlite3.Cursor.close()
  • References/Python/Python/Data Persistence

close() Close the cursor now (rather than whenever __del__ is called). The cursor

2025-01-10 15:47:30
threading.Barrier.wait()
  • References/Python/Python/Concurrent Execution

wait(timeout=None) Pass the barrier. When all the threads party to the barrier have called this function, they are all released

2025-01-10 15:47:30
pstats.Stats.sort_stats()
  • References/Python/Python/Debugging & Profiling

sort_stats(*keys) This method modifies the Stats object by sorting it according to the supplied criteria. The argument

2025-01-10 15:47:30
xml.sax.handler.ContentHandler.startElement()
  • References/Python/Python/Structured Markup

ContentHandler.startElement(name, attrs) Signals the start of an element in non-namespace mode. The

2025-01-10 15:47:30
select.PIPE_BUF
  • References/Python/Python/Inputouput

select.PIPE_BUF The minimum number of bytes which can be written without blocking to a pipe when the pipe has been reported

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

to_integral_value(rounding=None, context=None) Round to the nearest integer without signaling Inexact or Rounded

2025-01-10 15:47:30