Re: An "Object" class?

2019-08-30 Thread Cristian Cocos
d asking for built-in-object inheritance: Is there a diagram of built-in-object inheritance available anywhere? Many thanks for the clarifications, C On Fri, Aug 30, 2019 at 3:47 AM Gregory Ewing wrote: > Cristian Cocos wrote: > > >>>>type(print) > > > > > &

Re: An "Object" class?

2019-08-29 Thread Cristian Cocos
r me to learn Python this way. Many thanks, C On Wed, Aug 28, 2019 at 11:56 PM Alan Bawden wrote: > Cristian Cocos writes: > > > Thank you! I can see that the taxonomy of built-in classes (i.e. the > > subclass/superclass relations) is not very developed. At the very least I &g

Re: An "Object" class?

2019-08-28 Thread Cristian Cocos
among the returned values (although this may also be a consequence of the fact that type() never returns numbers.Integral)). Anyway, I am looking forward to your correcting any of the above assertions. C On Tue, Aug 27, 2019 at 5:00 PM Terry Reedy wrote: > On 8/27/2019 2:19 PM, Cristia

Re: An "Object" class?

2019-08-27 Thread Cristian Cocos
es not > itself inherit from anything. > > On Tue, Aug 27, 2019 at 1:35 PM Cristian Cocos wrote: > >> I know that "Everything is an object in python" as per >> https://mail.python.org/pipermail/python-list/2015-June/691689.html. >> Also, >> I am more-or

An "Object" class?

2019-08-27 Thread Cristian Cocos
I know that "Everything is an object in python" as per https://mail.python.org/pipermail/python-list/2015-June/691689.html. Also, I am more-or-less convinced that there is a generic "class" (aka "type") (meta)class (which would be an object, of course). Is there, however, a generic "object" (meta)c