What file does the "in" operator reside in?
When I run something like
sage: 32 in ZZ
True
Where is this "in" operator defined? In general, is there a nice way to trace something like this to find the file(s) being accessed?