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?
1 | initial version |
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?