N
Nick Craig-Wood
I needed to find the instance from a bound method. Eg
... def fn(self): print "hello"
... Traceback (most recent call last):
But I discovered that builtin objects work in a completely different
way
Traceback (most recent call last):
I wonder why?
Is there a canonical way of doing it?
... def fn(self): print "hello"
... Traceback (most recent call last):
But I discovered that builtin objects work in a completely different
way
Traceback (most recent call last):
I wonder why?
Is there a canonical way of doing it?