This commit is contained in:
yumoqing 2024-04-17 14:53:42 +08:00
parent a721f00a68
commit 9f17573486

View File

@ -27,6 +27,7 @@ class DictObject(dict):
try:
v = self.__DOitem(self[attr])
self[attr] = v
return v
except KeyError:
return None