Files
Semyon Proshev 58a92fde16 PY-12396 Fixed: Property getter live template is useful only inside python class
Separate Python liveTemplatesContext into two parts: General and Class
2016-02-15 14:19:19 +03:00

3 lines
34 B
Python

class C(object):
p<caret>
pass