logilab-common-0.36.1.table.TableStyleSheet:
A simple Table stylesheet
Rules are expressions where cells are defined by the row_index
and col_index separated by an underscore ('_').
tuple:
tuple() -> an empty tuple tuple(sequence) -> tuple
initialized from sequence's items
type:
type(object) -> the object's type type(name, bases, dict) ->
a new type
logilab-common-0.36.1.decorators.wproperty:
Simple descriptor expecting to take a modifier function as first argument
and looking for a _<function name> to retrieve the attribute.