class documentation

class Stylesheet(str): (source)

View In Hierarchy

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

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

Undocumented

Parameters
clsUndocumented
filename:strUndocumented
*args:strUndocumented
priority:intUndocumented
**attributes:AnyUndocumented
Returns
StylesheetUndocumented
attributes = (source)

Undocumented

filename = (source)

Undocumented

priority = (source)

Undocumented