示例#1
0
 def to_str(self):
     err = Error()
     string = Str()
     if gtlib.gt_style_to_str(self.style, string, err) == 0:
         return str(string)
     else:
         gterror(err)
示例#2
0
文件: style.py 项目: 9beckert/TIR
 def to_str(self):
     err = Error()
     string = Str()
     if gtlib.gt_style_to_str(self.style, string, err) == 0:
         return str(string)
     else:
         gterror(err)
示例#3
0
 def to_str(self):
     err = Error()
     string = Str()
     if gtlib.gt_style_to_str(self.style, string._as_parameter_,
                              err._as_parameter_) == 0:
         return str(string)
     else:
         gterror(err)
示例#4
0
 def to_str(self):
     err = Error()
     string = Str()
     if gtlib.gt_style_to_str(self.style, string._as_parameter_,
                              err._as_parameter_) == 0:
         return str(string)
     else:
         gterror(err)