Convenience function for refreshing callback Useful when Scan or Output functions need to call directly
( self )
| 523 | loop += 1 |
| 524 | |
| 525 | def refresh_callback( self ): |
| 526 | ''' |
| 527 | Convenience function for refreshing callback |
| 528 | Useful when Scan or Output functions need to call directly |
| 529 | ''' |
| 530 | return refresh_callback() |
| 531 | |
| 532 | def cmd( self, command_name ): |
| 533 | ''' |
no test coverage detected