Files
openide/python/testData/override/qualified.py
Andrey Vlasovskikh 9031552f27 Updated Python mock SDK from 2.5 to 2.7
The __namedtuple stub is now in __builtins__.
2013-02-12 20:59:07 +04:00

4 lines
54 B
Python

import datetime
class MyDate(datetime.date):
pass