Files
openide/python/testData/refactoring/extractsuperclass/withImport.before.py
2010-09-13 22:44:38 +04:00

6 lines
75 B
Python

import os
class A(object):
def foo(self):
os.stat_result.n_fields()