Functions | |
def | import_object (import_name) |
def | http_directive (method, path, content) |
sphinxcontrib.autohttp.common ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The common functions for web framework reflection. :copyright: Copyright 2011 by Hong Minhee :license: BSD, see LICENSE for details.
def httpdomain.autohttp.common.import_object | ( | import_name | ) |
Definition at line 15 of file common.py.
Referenced by httpdomain.autohttp.bottle.AutobottleDirective.make_rst(), httpdomain.autohttp.tornado.AutoTornadoDirective.make_rst(), and httpdomain.autohttp.flask_base.AutoflaskBase.make_rst().
def httpdomain.autohttp.common.http_directive | ( | method, | |
path, | |||
content | |||
) |
Definition at line 25 of file common.py.
Referenced by httpdomain.autohttp.bottle.AutobottleDirective.make_rst(), httpdomain.autohttp.tornado.AutoTornadoDirective.make_rst(), and httpdomain.autohttp.flask_base.AutoflaskBase.make_rst().