7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: __contains__
|
|
# key: cont
|
|
# group: dunder methods
|
|
# --
|
|
def __contains__(self, el):
|
|
$0 |