html.entities.name2codepoint A dictionary that maps HTML entity names to the Unicode code points.
platform.uname() Fairly portable uname interface. Returns a
class ctypes.c_uint32 Represents the C 32-bit unsigned int datatype. Usually an alias for c_uint.
email.utils.parsedate(date) Attempts to parse a date according to the rules in
signal.pthread_sigmask(how, mask) Fetch and/or change the signal mask of the calling thread. The signal mask is the set of signals
notify_all() Wake up all coroutines waiting on this condition. This method acts like notify(), but wakes up all
shutil.get_unpack_formats() Return a list of all registered formats for unpacking. Each element of the returned sequence is
edit([validator]) This is the entry point you will normally use. It accepts editing keystrokes until one of the termination
sys.settscdump(on_flag) Activate dumping of VM measurements using the Pentium timestamp counter, if on_flag is true
class xml.etree.ElementTree.ElementTree(element=None, file=None) ElementTree wrapper class. This class represents an entire
Page 43 of 100