hapic icon indicating copy to clipboard operation
hapic copied to clipboard

Add public method to properly reset controllers

Open inkhey opened this issue 5 years ago • 3 comments

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.

inkhey avatar Mar 19 '19 10:03 inkhey