Files
openide/python/testData/completion/rPowSignature.after.py
Semyon Proshev 45b735d716 PY-18684 Fixed: incorrect auto compleat for __rpow__ method
Fix __rpow__ signature in PyNames
2016-03-23 19:23:14 +03:00

2 lines
46 B
Python

class Cl(object):
def __rpow__(self, other):