Module n.athena

Part of nevow View Source

No module docstring
Line # Kind Name Docs
37 Class OrphanedFragment Raised if you try to render a LiveFragment without somehow first setting
45 Class LivePageError Base exception for LivePage errors.
139 Class JSModule No class docstring; 0/1 class methods, 1/4 methods documented
204 Class JSPackage No class docstring; 1/1 methods documented
216 Class AutoJSPackage An IJavascriptPackage implementation that scans an on-disk hierarchy
256 Function allJavascriptPackages Return a dictionary mapping JavaScript module names to local filenames
270 Class JSDependencies Keeps track of which JavaScript files depend on which other
313 Class JSException Exception class to wrap remote exceptions from JavaScript.
320 Class JSCode Class for mock code objects in mock JS frames.
331 Class JSFrame Class for mock frame objects in JS client-side traceback wrappers.
345 Class JSTraceback Class for mock traceback objects representing client-side JavaScript
473 Class ConnectFailed Undocumented
699 Class LivePage No class docstring; 6/19 methods documented
1304 Class LiveFragment Base-class for fragments of a LivePage. When being rendered, a
1389 Class LiveElement Base-class for a portion of a LivePage. When being rendered, a LiveElement
1466 Class IntrospectionFragment Utility for developers which provides detailed information about
def allJavascriptPackages(): (source)
Return a dictionary mapping JavaScript module names to local filenames which implement those modules. This mapping is constructed from all the IJavascriptPackage plugins available on the system. It also includes Nevow.Athena as a special case.
API Documentation for Nevow, generated by pydoctor.