Package entropy :: Module db :: Class ServerRepositoryStatus

Class ServerRepositoryStatus

source code


Instance Methods
 
init_singleton(self) source code
 
set_unlock_msg(self, db) source code
 
unset_unlock_msg(self, db) source code
 
set_tainted(self, db) source code
 
unset_tainted(self, db) source code
 
set_bumped(self, db) source code
 
unset_bumped(self, db) source code
 
is_tainted(self, db) source code
 
is_bumped(self, db) source code
 
is_unlock_msg(self, db) source code

Inherited from core.Singleton: is_destroyed, is_singleton

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods

Inherited from core.Singleton: __new__

Properties

Inherited from object: __class__