Files
2025-03-11 21:14:26 +01:00

8 lines
155 B
Plaintext

# -*- mode: snippet -*-
# name: __instancecheck__
# key: _instancecheck
# group: Special methods
# --
def __instancecheck__(self, instance):
return $0