Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
Someone
4mo ago
0 comments
Share
>> 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.
undefined | Better HN
0 comments
default
newest
oldest
15155
4mo ago
True. `caller` tells you where it is called from, during runtime.
j
/
k
navigate · click thread line to collapse