Luis Norambuena@programming.devM to Python@programming.devEnglish · 14 days agoProfiling slow imports in Pythonjackevans.bearblog.devexternal-linkmessage-square6fedilinkarrow-up115arrow-down10file-text
arrow-up115arrow-down1external-linkProfiling slow imports in Pythonjackevans.bearblog.devLuis Norambuena@programming.devM to Python@programming.devEnglish · 14 days agomessage-square6fedilinkfile-text
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·11 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