CodeFileTreeNode.py
branchsearch_in_CTN
changeset 2523 aa7f138648f3
parent 2439 f0a040f1de1b
child 2524 c80b0d864475
equal deleted inserted replaced
2521:48ebcbe7f19b 2523:aa7f138648f3
   207         ret.extend([("On"+variable.getname()+"Change", "python_poll", "")
   207         ret.extend([("On"+variable.getname()+"Change", "python_poll", "")
   208                     for variable in variables
   208                     for variable in variables
   209                     if variable.getonchange()])
   209                     if variable.getonchange()])
   210         return ret
   210         return ret
   211 
   211 
       
   212 
       
   213     def CTNSearch(self, criteria):
       
   214         # TODO really search
       
   215         return [((self.CTNFullName()), (0,0),(0,3),"cow")]
       
   216 
   212 # -------------------------------------------------------------------------------
   217 # -------------------------------------------------------------------------------
   213 #                      Current Buffering Management Functions
   218 #                      Current Buffering Management Functions
   214 # -------------------------------------------------------------------------------
   219 # -------------------------------------------------------------------------------
   215 
   220 
   216     def Copy(self, model):
   221     def Copy(self, model):