pcdsdevices.interface.TabCompletionHelperClass
- class pcdsdevices.interface.TabCompletionHelperClass(cls)
- Tab completion helper for the class itself. - Parameters:
- cls (subclass of BaseInterface) – Class type object to generate tab completion information from. 
 - Methods - new_instance(instance) TabCompletionHelperInstance
- Create a new - TabCompletionHelperInstancefor the given object.- Parameters:
- instance (object) – The instance of - self.cls.
 
 - reset()
- Reset the attribute includes to those annotated in the class. 
 - Attributes - cls: type[BaseInterface]