Script execution
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import ch.psi.pshell.core.Nameable as Nameable
|
||||
|
||||
class Test(Nameable):
|
||||
def doSomething(self):
|
||||
self.setCache("VALUE", -1)
|
||||
def getName(self):
|
||||
return "Name"
|
||||
|
||||
|
||||
a= Test()
|
||||
|
||||
Reference in New Issue
Block a user