class Stylesheet(str):
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 |
Undocumented
Parameters | |
filename:str | Undocumented |
*args:str | Undocumented |
priority:int | Undocumented |
**attributes:Any | Undocumented |
Returns | |
Stylesheet | Undocumented |