Example #1
0
 def _configure(self):
   """
   Set members based using inventory.
   """
   Explicit._configure(self)
   return
Example #2
0
 def _configure(self):
     """
 Set members based using inventory.
 """
     Explicit._configure(self)
     return
Example #3
0
 def __init__(self, name="explicittri3"):
   """
   Constructor.
   """
   Explicit.__init__(self, name)
   return
Example #4
0
 def __init__(self, name="explicitlgdeform"):
     """
 Constructor.
 """
     Explicit.__init__(self, name)
     return