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
- reset()
Reset the attribute includes to that defined by the class.
Attributes
- class_helper: TabCompletionHelperClass
- instance: BaseInterface