# -*- mode: snippet -*-
|
|
# name: _delitem
|
|
# key: _delitem
|
|
# group: Special methods
|
|
# --
|
|
def __delitem__(self, key):
|
|
$0
|