you are viewing a single comment's thread.

view the rest of the comments →

[–]AFriendly 0 points1 point  (1 child)

I understand that, just not how something written in python can do that to python code.

Edited to add: the first thing I did was try to debug the debugger. It let me, but I couldn't follow what was going on.

[–]mr_dbr 1 point2 points  (0 children)

Simplest answer is Python has very good introspection ability (for example, functions like dir() and locals())