iterkeys() keys() Return an iterator over all keys if called as iterkeys() or return a list of keys
assertIs(first, second, msg=None) assertIsNot(first, second, msg=None) Test that first and second
html.unescape(s) Convert all named and numeric character references (e.g. >, >,
pryear(theyear, w=2, l=1, c=6, m=3) Print the calendar for an entire year as returned by formatyear().
os.path.isfile(path) Return True if path is an existing regular file. This follows symbolic links, so
set_content(*args, content_manager=None, **kw) Call the set_content method of the content_manager, passing
write(s) Write the string s to the underlying file object, i.e. outfp passed to Generator‘s constructor
_get_child_mock(**kw) Create the child mocks for attributes and return value. By default child mocks will be the same type as
operator.iadd(a, b) operator.__iadd__(a, b) a = iadd(a, b) is equivalent to a += b.
Telnet.set_option_negotiation_callback(callback) Each time a telnet option is read on the input flow, this callback
Page 1 of 100