Luis NorambuenaM to PythonEnglish · 2 months agoProfiling slow imports in Pythonjackevans.bearblog.devexternal-linkmessage-square6linkfedilinkarrow-up116arrow-down10file-text
arrow-up116arrow-down1external-linkProfiling slow imports in Pythonjackevans.bearblog.devLuis NorambuenaM to PythonEnglish · 2 months agomessage-square6linkfedilinkfile-text
minus-squarelogging_strictlinkfedilinkarrow-up1·2 months agoYou are in for a real treat! Here is how to step in and get the locals This technique depends on there being only one return statement https://logging-strict.readthedocs.io/en/stable/code/tech_niques/context_locals.html
You are in for a real treat!
Here is how to step in and get the locals
This technique depends on there being only one return statement
https://logging-strict.readthedocs.io/en/stable/code/tech_niques/context_locals.html