Esempio n. 1
0
 def add_wrapper_code(self, code):
     """adds code to the class wrapper class definition"""
     self.wrapper_code.append(user_text.user_text_t(code))
Esempio n. 2
0
 def add_declaration_code( self, code ):
     """adds the code to the declaration section"""
     self.declaration_code.append( user_text.user_text_t( code ) )
Esempio n. 3
0
 def add_declaration_code(self, code):
     """adds the code to the declaration section"""
     self.declaration_code.append(user_text.user_text_t(code))
Esempio n. 4
0
 def add_wrapper_code(self, code):
     """adds code to the class wrapper class definition"""
     self.wrapper_code.append(user_text.user_text_t(code))