i've used this for a while now--really useful debugging tool in my workflow. Does exactly what it says on the tin.
just wrap the offending module and get on with your life; and in those rare (for me) instances where you still get errors, this module supports chaining syntax--declarative syntax, to say the least:
Comments
i've used this for a while now--really useful debugging tool in my workflow. Does exactly what it says on the tin.
just wrap the offending module and get on with your life; and in those rare (for me) instances where you still get errors, this module supports chaining syntax--declarative syntax, to say the least:
fuckit(fuckit('imported_module'))
How could this be helping in debugging? I'm curious!
It's a joke