Skin object. Provides simple interface to defined skin rulesets.
|
__init__(self,
path)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attr(self,
resolution,
name,
default=True)
Search for first matching attribute <name> according to
resolution |
source code
|
|
|
palette(self,
resolution,
name,
default=True)
Search for first matching palette <name> according to
resolution |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|