j
k
j a
j l
I wrote:
While we're at it, although I could try to find out myself: How would one create a classmethod [in C] in Python 2.2?
How would one create a classmethod [in C] in Python 2.2?
and I answered it myself with a variant of my standard answer: Implement it as an instance method in the metaclass.
Thomas
Back to the thread
Back to the list