python object model diagram

A

Ara.T.Howard

anyone out there know where i might find a python object model diagram?

cheers.

-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| Your life dwells amoung the causes of death
| Like a lamp standing in a strong breeze. --Nagarjuna
===============================================================================
 
P

Peter Hansen

Ara.T.Howard said:
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 model diagram
either.

What is it you really want?

-Peter
 
G

gene tani

M

Mike

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
 
A

Ara.T.Howard

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

this is along the lines of what i was asking alright.

can one assume this hierarchy maps well to the actual python/c one? i'd
imagine it's close at least...

thanks for the links!

regards.

-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| Your life dwells amoung the causes of death
| Like a lamp standing in a strong breeze. --Nagarjuna
===============================================================================
 
P

Peter Hansen

gene said:
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

Hmm... isn't that just a diagram of one guy's set of classes (Bruce, who
wrote a book about data structures apparently), not of anything
particularly specific to Python. For example, standard Python certainly
doesn't have any class called MultisetAsLinkedList.

But you could be right that he's looking for a class hierarchy diagram.
If so, the question is still "of what classes?".

-Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top