Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>> Good luck finding where the `process` function is called from. You can't even search for `process(` like you can in most languages.

> You can search for "def process"

That tells you where it is defined, not where it is called from.



True. `caller` tells you where it is called from, during runtime.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: