Example #1
0
 def clone_self(self):
     pytch.create_clone_of(self)
Example #2
0
 def make_some_clones(self):
     pytch.create_clone_of(self)
     pytch.create_clone_of(self)
     pytch.create_clone_of(self)
Example #3
0
 def update_id(self):
     self.copied_id += 1
     if self.copied_id < 5:
         pytch.create_clone_of(self)
Example #4
0
 def create_clone(self):
     self.n_clone_reqs += 1
     pytch.create_clone_of(self)
     self.counter = 0
     while True:
         self.counter += 1