Cat
Functions
Computer Namespace Reference

Functions

def Edit (cat, obj, panel, path)
 choicebook.Append("Hello1") choicebook.Append("Hello2") choicebook.Append("Hello3") More...
 

Function Documentation

◆ Edit()

def Computer.Edit (   cat,
  obj,
  panel,
  path 
)

choicebook.Append("Hello1") choicebook.Append("Hello2") choicebook.Append("Hello3")

Definition at line 22 of file Computer.py.

22 def Edit (cat, obj, panel, path):
23  return Computer(cat, obj, panel, path)
24 
25 #----------------------------------------------------------------------
26 
27 
def Edit(cat, obj, panel, path)
choicebook.Append("Hello1") choicebook.Append("Hello2") choicebook.Append("Hello3") ...
Definition: Computer.py:22