|  | 
        
          | model_completion(self,
        text,
        process) complete the line with model information
 | source code |  | 
    |  | 
        
          | complete_generate(self,
        text,
        line,
        begidx,
        endidx) Complete the add command
 | source code |  | 
    |  | 
        
          | complete_add(self,
        text,
        line,
        begidx,
        endidx) Complete the add command
 | source code |  | 
    |  | 
        
          | complete_check(self,
        text,
        line,
        begidx,
        endidx) Complete the add command
 | source code |  | 
    |  | 
        
          | complete_tutorial(self,
        text,
        line,
        begidx,
        endidx) Complete the tutorial command
 | source code |  | 
    |  | 
        
          | complete_define(self,
        text,
        line,
        begidx,
        endidx) Complete particle information
 | source code |  | 
    |  |  | 
    |  | 
        
          | complete_draw(self,
        text,
        line,
        begidx,
        endidx) Complete the draw command
 | source code |  | 
    |  | 
        
          | complete_launch(self,
        text,
        line,
        begidx,
        endidx) complete the launch command
 | source code |  | 
    |  | 
        
          | complete_load(self,
        text,
        line,
        begidx,
        endidx) Complete the load command
 | source code |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | aloha_complete_output(self,
        text,
        line,
        begidx,
        endidx) Complete the output aloha command
 | source code |  | 
    |  | 
        
          | complete_set(self,
        text,
        line,
        begidx,
        endidx) Complete the set command
 | source code |  | 
    |  | 
        
          | complete_import(self,
        text,
        line,
        begidx,
        endidx) Complete the import command
 | source code |  | 
    |  | 
        
          | find_restrict_card(self,
        model_name,
        base_dir= './',
        no_restrict=True)find the restriction file associate to a given model
 | source code |  | 
    |  | 
        
          | complete_install(self,
        text,
        line,
        begidx,
        endidx) Complete the import command
 | source code |  | 
  
    | Inherited from extended_cmd.CompleteCmd:complete_history Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__init__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |