update packages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __instancecheck__
|
||||
# key: _instancecheck
|
||||
# group: Special methods
|
||||
# --
|
||||
def __instancecheck__(self, instance):
|
||||
return $0
|
||||
Reference in New Issue
Block a user