This commit is contained in:
yumoqing 2020-07-12 16:03:29 +08:00
parent 2e4d4abb29
commit 1d12c83599
11 changed files with 1 additions and 0 deletions

0
README.md Normal file → Executable file
View File

View File

@ -38,6 +38,7 @@ class DictObject(dict):
if isinstance(i,DictObject):
return i
if isinstance(i,dict):
i = {k:v for k,v in i.items() if isinstance(k,str)}
try:
d = DictObject(**i)
return d

0
appPublic/http_client.py Normal file → Executable file
View File

0
appPublic/httpclient.py Normal file → Executable file
View File

0
appPublic/i18n.py Normal file → Executable file
View File

0
appPublic/myTE.py Normal file → Executable file
View File

0
appPublic/registerfunction.py Normal file → Executable file
View File

0
appPublic/tworkers.py Normal file → Executable file
View File

0
appPublic/worker.py Normal file → Executable file
View File

0
appPublic/zmqapi.py Normal file → Executable file
View File

0
requirements.txt Normal file → Executable file
View File