EvonX

Results 4 comments of EvonX

Hey @gkapfham, thanks for reaching out! Sure, here is an example for Instrument: ``` from pyliveupdate.update import Instrument, UpdateManager def _line_after(a): print(a) update = Instrument('__main__.bar', {('line_after', [12, 14]): _line_after}) UpdateManager.apply_update(update)...

dynamically add log to variables for debugging

monkey patch a set of functions