Package iceprod :: Package core :: Module dataclasses :: Class Container
[hide private]
[frames] | no frames]

Class Container

source code

Project --+
          |
         Container

Instance Methods [hide private]
 
__init__(self) source code
 
AddIceProdPre(self, pre) source code
 
GetIceProdPres(self) source code
 
AddIceProdPost(self, post) source code
 
GetIceProdPosts(self) source code
 
HasModule(self, name) source code
 
AddModule(self, module) source code
 
GetModules(self) source code
 
RemoveModule(self, modulename) source code
 
HasService(self, name) source code
 
AddService(self, service) source code
 
GetServices(self) source code
 
RemoveService(self, name) source code

Inherited from Project: AddDependency, ClearDependencies, GetCompiler, GetDateTime, GetDependencies, GetDependencyKeys, GetHost, GetId, GetName, GetOS, GetPath, GetRevision, GetType, GetVersion, GetVersionTxt, SetCompiler, SetDateTime, SetHost, SetId, SetName, SetOS, SetPath, SetRevision, SetType, SetVersion

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: Project.__init__