Example #1
0
 def __init__(self):
     api.add(self, "port_out", crest.Output(res, 7777))
Example #2
0
 def __init__(self):
     api.add(self, "port_in", crest.Input(res, 5555))
Example #3
0
 def __init__(self):
     api.add(self, "second_state", crest.State())
Example #4
0
 def __init__(self):
     api.add(self, "sub", SubEntity())
Example #5
0
 def __init__(self):
     api.add(self, "state", newstate)