master
yumoqing 2024-04-17 14:53:42 +08:00
parent a721f00a68
commit 9f17573486
1 changed files with 1 additions and 0 deletions

View File

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