Files
openide/python/testData/highlighting/magicMethods.py

6 lines
598 B
Python

class <info descr="PY.CLASS_DEFINITION" type="INFORMATION">A</info>():
def <info descr="PY.PREDEFINED_DEFINITION" type="INFORMATION" foreground="0x00ff00" background="0x000000" effectcolor="0xffffff" effecttype="BOXED" fonttype="1">__sizeof__</info>(<info descr="PY.SELF_PARAMETER">self</info>):
pass
def <info descr="PY.PREDEFINED_DEFINITION" type="INFORMATION" foreground="0x00ff00" background="0x000000" effectcolor="0xffffff" effecttype="BOXED" fonttype="1">__setstate__</info>(<info descr="PY.SELF_PARAMETER">self</info>, <info descr="PY.PARAMETER">state</info>):
pass