Exemple #1
0
 def init(self, _type=ZR):
     return init(self.group, _type)
Exemple #2
0
 def init(self, _type=ZR):
     """initializes an object with a specified type and value"""
     return init(self.ec_group, _type)
Exemple #3
0
 def init(self, _type=ZR, value=None):
     """initializes an object with a specified type and value"""
     if value is not None:
         return init(self.ec_group, _type, value)
     return init(self.ec_group, _type)
Exemple #4
0
 def init(self, _type=ZR):
     """initializes an object with a specified type and value"""        
     return init(self.ec_group, _type)
Exemple #5
0
 def init(self, _type=ZR):
     return init(self.group, _type)