Class n.a.JSDependencies(object):

Part of nevow.athena View Source View In Hierarchy

Keeps track of which JavaScript files depend on which other JavaScript files (because JavaScript is a very poor language and cannot do this itself).
Line # Kind Name Docs
279 Method __init__ Undocumented
287 Method getModuleForName Return the JSModule most likely to define the given name.
def __init__(self, mapping=None): (source)
Undocumented
def getModuleForName(self, className): (source)
Return the JSModule most likely to define the given name.
API Documentation for Nevow, generated by pydoctor.