Files
openide/python/testData/completion/dunderPrepare.after.py
Semyon Proshev 58fc2f6f70 PY-19127 Fixed: __prepare__ magic function not hightlights
Add __prepare__ to py3 builtin methods
2016-05-18 21:43:45 +03:00

3 lines
52 B
Python

class C:
def __prepare__(metacls, name, bases):