Robert Dailey wrote:
Fredrik Lundh has written a very clear explanation of this at
(or http://bit.ly/3EUiCf if you don't feel like stitching that URL back
together...)
This is an example of a response I'm looking for:
"The self parameter is required because the parser is a bit old and
needs to know the exact object you're referencing"
>
This is _not_ an example of what I'm looking for:
"Specifying self is a great mysterious thing that we should never
question. Do not question the language! The language is mighty! Don't
bring C++ to Python!"
>
"The self parameter is required because the parser is a bit old and
needs to know the exact object you're referencing"
>
This is _not_ an example of what I'm looking for:
"Specifying self is a great mysterious thing that we should never
question. Do not question the language! The language is mighty! Don't
bring C++ to Python!"
>
(or http://bit.ly/3EUiCf if you don't feel like stitching that URL back
together...)
Comment