MCPcopy Create free account
hub / github.com/kiibohd/controller / refresh_callback

Method refresh_callback

Lib/host.py:525–530  ·  view source on GitHub ↗

Convenience function for refreshing callback Useful when Scan or Output functions need to call directly

( self )

Source from the content-addressed store, hash-verified

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 '''

Callers 1

addAnimationMethod · 0.80

Calls 1

refresh_callbackFunction · 0.85

Tested by

no test coverage detected