minus-squareMajinBlayze@lemmy.worldtoPython@programming.dev•Profiling slow imports in Pythonlinkfedilinkarrow-up1·20 days agoThis is a function definition, not where it’s called; any number of things can happen between these statements running. Second, multiple return statements is not unusual when there is control logic, i.e. if statements. linkfedilink
This is a function definition, not where it’s called; any number of things can happen between these statements running. Second, multiple return statements is not unusual when there is control logic, i.e. if statements.