emacs.d/elpa/elpy-20200329.1830/snippets/python-mode/_instancecheck

8 lines
152 B
Text
Raw Normal View History

2019-11-23 09:10:03 +01:00
# -*- mode: snippet -*-
# name: _instancecheck
# key: _instancecheck
# group: Special methods
# --
def __instancecheck__(self, instance):
return $0