Steve Hou
Results
12
issues of
Steve Hou
resolve https://github.com/gruns/icecream/issues/192 1. A new function `ic_aux`, which is basically as same as the function `__call__`, but adding one more `f_back` after `callFrame = inspect.currentframe().f_back`, because `ic_aux` is invoked one...
The `ic` is imported as an instance of `IceCreamDebugger` and function `__call__` is invoked to print variable value in the console when the instance is initialized. The problem is that:...