class documentation

class Stylesheet(str):

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):

Undocumented

Parameters
filename:strUndocumented
*args:strUndocumented
priority:intUndocumented
**attributes:AnyUndocumented
Returns
StylesheetUndocumented
attributes =

Undocumented

filename =

Undocumented

priority =

Undocumented