▲ | Der_Einzige 7 months ago | |
Why is it that many of the examples for the "typing.protocal" class right below this involve meth??? Python WTF? | ||
▲ | Hackbraten 7 months ago | parent | next [-] | |
`meth` is just a historical abbreviation. Mind that support for methods as first-class objects was introduced with Python 2.5 [0]. That was in 2006, a few years before "meth" became engrained in European popular culture as an abbreviation for methamphetamines. The abbreviation was never changed. [0]: https://docs.python.org/release/2.5/lib/typesmethods.html | ||
▲ | kstrauser 7 months ago | parent | prev | next [-] | |
It’s a high level language. | ||
▲ | rnewme 7 months ago | parent | prev [-] | |
method? Or are you being sarcastic? |