mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Add is_manually_set() to DummyEnv
This commit is contained in:
parent
d4ba3b5789
commit
3586da78da
1 changed files with 3 additions and 0 deletions
|
@ -161,6 +161,9 @@ class DummyEnv(MutableMapping):
|
|||
else:
|
||||
self[k] = v
|
||||
|
||||
def is_manually_set(self, key):
|
||||
return False
|
||||
|
||||
|
||||
#
|
||||
# Execer tools
|
||||
|
|
Loading…
Add table
Reference in a new issue