mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-09 09:55:41 +01:00
docstring for #1851
This commit is contained in:
parent
0454ee677e
commit
af7716f014
@ -85,13 +85,13 @@ class ConfigSet(object):
|
||||
|
||||
def __setitem__(self, key, value):
|
||||
"""
|
||||
Dictionary interface: get value from key
|
||||
Dictionary interface: set value from key
|
||||
"""
|
||||
self.table[key] = value
|
||||
|
||||
def __delitem__(self, key):
|
||||
"""
|
||||
Dictionary interface: get value from key
|
||||
Dictionary interface: mark the value as missing
|
||||
"""
|
||||
self[key] = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user