Functions

explicit

enumerate(sequence[, start=0])

Return an iterator that yields tuples of an index and an item of the sequence. (And so on.)

class Base(object)

Is a cool class.

auto individual functions

server1.views.demo1(request)[source]
lib.validate_lists.ensure_dicts_have_keys(list_of_dicts, keys_spec, warn_extra_keys=False)[source]

Ensure that dictionaries in list ‘znodes’ have the expected keys. ‘keys_spec’ is a code for specifying which keys

auto function in a nested package

lib.popular_repos.repos_static.get_repos_list(collection)[source]

Return a list of repos, static data

Parameters:repo_collection – string indicating which repo collection is wanted
Returns:either a list of dicts or raises exception