Files

10 lines
114 B
Python

class X(object):
def testChain(self):
return X()
def g():
return X()
g().testChain().te<caret>