hapic
hapic copied to clipboard
Add public method to properly reset controllers
For tests purpose, i need to reset controllers of hapic objet.
I can do this this way :
hapic._controllers = []
but this means using private arguments which is not a good idea.
so, having a reset_controller()
method like reset_context()
may be usefull.