def create_from(self, other):
     TypeFunction.create_from(self, other)
     self.mclsdict = copy(other.mclsdict)
Esempio n. 2
0
 def create_from(self, other):
     TypeFunction.create_from(self, other)
     self.mclsdict = copy(other.mclsdict)