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 agoMultiple return statements is unusual. In very rare situations i understand. But the rule is never do that. When there is only one return statement, can step into the function to see the local variables
Multiple return statements is unusual. In very rare situations i understand. But the rule is never do that.
When there is only one return statement, can step into the function to see the local variables