Skin object. Provides simple interface to defined skin rulesets.
|
__init__(self,
name=None,
author=None,
version=None,
description=None,
colors=None,
rules=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
_make_rules(self,
raw_rules)
Internalize rules |
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__
|