Luis NorambuenaM to PythonEnglish · 8 days agoProfiling slow imports in Pythonjackevans.bearblog.devexternal-linkmessage-square6fedilinkarrow-up116arrow-down10file-text
arrow-up116arrow-down1external-linkProfiling slow imports in Pythonjackevans.bearblog.devLuis NorambuenaM to PythonEnglish · 8 days agomessage-square6fedilinkfile-text
minus-squarelogging_strictlinkfedilinkarrow-up1·5 days 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