I want to be able to explore and track through the Python source code to see how everything works under the hood, and resolve doubts about functions that are not explicitly documented in the reference document.
I would like some background information on how to do this because it is pretty overwhelming. I can read C, so for me this is happening for me. In addition, the task seems a little intimidating without even a small amount of guidance.
For example, let's say I wanted to document how an attribute reference is implemented in Python. How can I track what happens when an attribute reference expression is present in a Python program?
Perhaps a review of how the source code is organized and what each part will be useful, along with some examples of "walk = thru", for example, "case reference".
I was looking for information about this, but it seems not so much.
source share