class documentation

class JavaScript(str):

View In Hierarchy

A metadata of javascript file.

To keep compatibility with old themes, an instance of javascript behaves as its filename (str).

Method __new__ Undocumented
Instance Variable attributes Undocumented
Instance Variable filename Undocumented
Instance Variable priority Undocumented
def __new__(cls, filename, priority=500, **attributes):

Undocumented

Parameters
filename:strUndocumented
priority:intUndocumented
**attributes:strUndocumented
Returns
JavaScriptUndocumented
attributes =

Undocumented

filename =

Undocumented

priority =

Undocumented