Cat
Public Member Functions | List of all members
Computer.Computer Class Reference
Inheritance diagram for Computer.Computer:

Public Member Functions

def __init__ (self, cat, obj, panel, path)
 
def update (self)
 

Detailed Description

Definition at line 5 of file Computer.py.

Constructor & Destructor Documentation

◆ __init__()

def Computer.Computer.__init__ (   self,
  cat,
  obj,
  panel,
  path 
)

Definition at line 6 of file Computer.py.

References element.element.loadxrc(), and proc.proc.loadxrc().

6  def __init__(self, cat, obj, panel, path):
7  element.__init__(self,cat,obj,panel,path)
8  self.loadxrc()
9 
10 # choicebook=self.getControl("choicebook")
11 
12 
def __init__(self, dict)
Definition: wrapper.py:56

Member Function Documentation

◆ update()

def Computer.Computer.update (   self)

The documentation for this class was generated from the following file: