gene tani wrote:
> I think he's looking for tidy pictures of how metaclasses and
> descriptors interact with your classes and instances at compile- &
> runtime, something like that (which I haven't seen)
>
> There's pictures of the class hierarchy for C and j-python:
>
> http://www.brpreiss.com/b
On Fri, 9 Sep 2005, gene tani wrote:
> I think he's looking for tidy pictures of how metaclasses and
> descriptors interact with your classes and instances at compile- &
> runtime, something like that (which I haven't seen)
>
> There's pictures of the class hierarchy for C and j-python:
>
> http:/
I think he's looking for diagrams of the batteries-included modules and
classes.
My guess is that he thinks there's a set of "framework" classes that is a
lot deeper and class-ier than it is, similar to what you'd find in C++, C#,
Java, etc.
So, OP - who won the guessing game :)
m
"gene tani
I think he's looking for tidy pictures of how metaclasses and
descriptors interact with your classes and instances at compile- &
runtime, something like that (which I haven't seen)
There's pictures of the class hierarchy for C and j-python:
http://www.brpreiss.com/books/opus7/html/page114.html
ht
Ara.T.Howard wrote:
>
> anyone out there know where i might find a python object model diagram?
Python is a programming language; they don't have object model diagrams.
Or maybe you're referring to the Python *source* code? That's in C,
which isn't object oriented and wouldn't have an object m