Class Decorators

Class decorators.

Mainly used for tagging the members of a class, will be used when auto generating the documentation.

tag_names

treetensor.utils.clazz.tag_names(names: Iterable[str], keep: bool = True)[source]

inherit_names

treetensor.utils.clazz.inherit_names(*clazzes: type, keep: bool = True)[source]

current_names

treetensor.utils.clazz.current_names(keep: bool = True)[source]