pcdsdevices.interface.TabCompletionHelperInstance
- class pcdsdevices.interface.TabCompletionHelperInstance(instance, class_helper)
- Tab completion helper for one instance of a class. - Parameters
- instance (object) – Instance of - class_helper.cls.
- class_helper (TabCompletionHelperClass) – Class helper for defaults. 
 
 - Methods - build_regex() Pattern
- Update the regular expression based on the current includes. 
 - reset()
- Reset the attribute includes to that defined by the class. 
 - Attributes - class_helper: pcdsdevices.interface.TabCompletionHelperClass
 - instance: pcdsdevices.interface.BaseInterface