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. >, >,
class RangeMinValueValidator(limit_value, message=None) [source] Validates that the lower
save(session_key, session_dict, expire_date) Saves session data for a provided session key, or deletes the session in case the
pryear(theyear, w=2, l=1, c=6, m=3) Print the calendar for an entire year as returned by formatyear().
get_expiry_date() Returns the date this session will expire. For sessions with no custom expiration (or those set to expire
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
Page 1 of 100