How does the super type present itself and do lookups?

Souvik Dutta souvik.viksou at gmail.com
Mon Mar 9 22:31:20 EDT 2020


This should be what you are looking for.
https://python-reference.readthedocs.io/en/latest/docs/functions/super.html

On Tue, 10 Mar, 2020, 5:50 am Adam Preble, <adam.preble at gmail.com> wrote:

> On Wednesday, March 4, 2020 at 11:13:20 AM UTC-6, Adam Preble wrote:
> > Stuff
>
> I'm speculating that the stuff I don't see when poking are reserved slots.
> I figured out how much of a thing that is when I was digging around for how
> classes know how to construct themselves. I managed to figure out __call__
> is like that too. So I guess it's something that doesn't readily reveal
> itself when asked but is there if you try to use it.
>
> (or something)
> --
> https://mail.python.org/mailman/listinfo/python-list
>


More information about the Python-list mailing list