DEBSOURCES
Skip Quicknav
sources / python-fudge / 1.1.1-3 / docs / _doctest_support / auth / __init__.py
12345678
# these get replaced by fakes in the doctest def current_user(*args): raise NotImplementedError def login(*args): raise NotImplementedError