|
|
__init__(self,
graph,
cfg={})
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
| _default_redirect(self,
lang,
environ,
start_response) |
source code
|
|
|
|
|
|
|
|
|
|
| app_url_for(self,
lang,
displayArg,
resource=None,
fallback=True) |
source code
|
|
|
|
| prepared_display(self,
resource,
lang,
displayArg,
req) |
source code
|
|
|
|
__super(type)
super(type, obj) -> bound super object; requires isinstance(obj, type)... |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|