lib.Decorators

Classes

class lib.Decorators.MethodAlias(method)[source]

MethodAlias creates a local method, which is an alias to another method local or inherited method.

Inheritance

Inheritance diagram of MethodAlias

Members

__init__(method)[source]

Initialize self. See help(type(self)) for accurate signature.

__call__(func)[source]

Call self as a function.

class lib.Decorators.ILazyLoadable[source]

Inheritance

Inheritance diagram of ILazyLoadable

Members

_LazyLoadable_Load()[source]
LazyLoadable_IsLoaded
class lib.Decorators.LazyLoadTrigger(func)[source]

Inheritance

Inheritance diagram of LazyLoadTrigger

Members

class lib.Decorators.CachedReadOnlyProperty(func)[source]

Inheritance

Inheritance diagram of CachedReadOnlyProperty

Members