connect() Connect a local manager object to a remote manager process:
lock() unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()
default_factory This attribute is used by the __missing__() method; it is initialized from the first argument to
formatyear(theyear, width=3) Return a year’s calendar as an HTML table. width (defaulting to 3) specifies the number
class csv.DictWriter(csvfile, fieldnames, restval='', extrasaction='raise', dialect='excel', *args, **kwds) Create an object
assertSequenceEqual(first, second, msg=None, seq_type=None) Tests that two sequences are equal. If a seq_type is supplied
DataFrame.pipe(func, *args, **kwargs)
PurePath.is_absolute() Return whether the path is absolute or not. A path is considered absolute if it has both a root and (if
xml.sax.saxutils.escape(data, entities={}) Escape '&', '<', and '>' in a string
Protocol.data_received(data) Called when some data is received. data is a non-empty bytes object containing the incoming
Page 22 of 100