xml.parsers.expat.xmlparser.StartNamespaceDeclHandler()
  • References/Python/Python/Structured Markup

xmlparser.StartNamespaceDeclHandler(prefix, uri) Called when an element contains a namespace declaration. Namespace declarations

2025-01-10 15:47:30
csv.DictWriter
  • References/Python/Python/File Formats

class csv.DictWriter(csvfile, fieldnames, restval='', extrasaction='raise', dialect='excel', *args, **kwds) Create an object

2025-01-10 15:47:30
aifc.aifc.getframerate()
  • References/Python/Python/Multimedia

aifc.getframerate() Return the sampling rate (number of audio frames per second).

2025-01-10 15:47:30
msilib.RadioButtonGroup.add()
  • References/Python/Python/MS Windows

add(name, x, y, width, height, text, value=None) Add a radio button named name to the group, at the coordinates x

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

threading.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct

2025-01-10 15:47:30
set.union()
  • References/Python/Python/Built-in Types

union(other, ...) set | other | ... Return a new set with elements from the set and all others.

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

os.getpgid(pid) Return the process group id of the process with process id pid. If pid is 0, the process group

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

curses.resize_term(nlines, ncols) Backend function used by resizeterm(), performing most of the work; when resizing

2025-01-10 15:47:30
dbm.gnu.gdbm.firstkey()
  • References/Python/Python/Data Persistence

gdbm.firstkey() It’s possible to loop over every key in the database using this method and the nextkey() method

2025-01-10 15:47:30
ipaddress.IPv4Network.compare_networks()
  • References/Python/Python/Internet

compare_networks(other) Compare this network to other. In this comparison only the network addresses are considered;

2025-01-10 15:47:30