cobweb-launcher 3.1.27__py3-none-any.whl → 3.1.28__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cobweb/base/response.py +3 -3
- {cobweb_launcher-3.1.27.dist-info → cobweb_launcher-3.1.28.dist-info}/METADATA +1 -1
- {cobweb_launcher-3.1.27.dist-info → cobweb_launcher-3.1.28.dist-info}/RECORD +6 -6
- {cobweb_launcher-3.1.27.dist-info → cobweb_launcher-3.1.28.dist-info}/LICENSE +0 -0
- {cobweb_launcher-3.1.27.dist-info → cobweb_launcher-3.1.28.dist-info}/WHEEL +0 -0
- {cobweb_launcher-3.1.27.dist-info → cobweb_launcher-3.1.28.dist-info}/top_level.txt +0 -0
cobweb/base/response.py
CHANGED
@@ -24,9 +24,9 @@ class Response:
|
|
24
24
|
return _dict
|
25
25
|
|
26
26
|
def __getattr__(self, name: str) -> Any:
|
27
|
-
"""动态获取未定义的属性,返回
|
28
|
-
return
|
27
|
+
"""动态获取未定义的属性,返回 seed中的属性"""
|
28
|
+
return self.seed[name]
|
29
29
|
|
30
30
|
def __getitem__(self, key: str) -> Any:
|
31
31
|
"""支持字典式获取属性"""
|
32
|
-
return getattr(self, key,
|
32
|
+
return getattr(self, key, self.seed[key])
|
@@ -6,7 +6,7 @@ cobweb/base/common_queue.py,sha256=hYdaM70KrWjvACuLKaGhkI2VqFCnd87NVvWzmnfIg8Q,1
|
|
6
6
|
cobweb/base/item.py,sha256=1bS4U_3vzI2jzSSeoEbLoLT_5CfgLPopWiEYtaahbvw,1674
|
7
7
|
cobweb/base/logger.py,sha256=Vsg1bD4LXW91VgY-ANsmaUu-mD88hU_WS83f7jX3qF8,2011
|
8
8
|
cobweb/base/request.py,sha256=LBI2eCoXtQcUh6XQT813Q3rzhlhUFSm_UBGayYWIHKI,16052
|
9
|
-
cobweb/base/response.py,sha256
|
9
|
+
cobweb/base/response.py,sha256=-5huP_3wwx4rtdc2ipKiah_0h5F4MahdMTAVsPvz2bY,753
|
10
10
|
cobweb/base/seed.py,sha256=ddaWCq_KaWwpmPl1CToJlfCxEEnoJ16kjo6azJs9uls,5000
|
11
11
|
cobweb/base/task_queue.py,sha256=2MqGpHGNmK5B-kqv7z420RWyihzB9zgDHJUiLsmtzOI,6402
|
12
12
|
cobweb/base/test.py,sha256=N8MDGb94KQeI4pC5rCc2QdohE9_5AgcOyGqKjbMsOEs,9588
|
@@ -34,8 +34,8 @@ cobweb/utils/decorators.py,sha256=ZwVQlz-lYHgXgKf9KRCp15EWPzTDdhoikYUNUCIqNeM,11
|
|
34
34
|
cobweb/utils/dotting.py,sha256=L-jGSApdnFIP4jUWH6p5qIme0aJ1vyDrxAx8wOJWvcs,1960
|
35
35
|
cobweb/utils/oss.py,sha256=wmToIIVNO8nCQVRmreVaZejk01aCWS35e1NV6cr0yGI,4192
|
36
36
|
cobweb/utils/tools.py,sha256=14TCedqt07m4z6bCnFAsITOFixeGr8V3aOKk--L7Cr0,879
|
37
|
-
cobweb_launcher-3.1.
|
38
|
-
cobweb_launcher-3.1.
|
39
|
-
cobweb_launcher-3.1.
|
40
|
-
cobweb_launcher-3.1.
|
41
|
-
cobweb_launcher-3.1.
|
37
|
+
cobweb_launcher-3.1.28.dist-info/LICENSE,sha256=z1rxSIGOyzcSb3orZxFPxzx-0C1vTocmswqBNxpKfEk,1063
|
38
|
+
cobweb_launcher-3.1.28.dist-info/METADATA,sha256=wfEfQ0X_cG30OMyHK5wOOGdSDBpJxksegG-EfnBpfyA,6051
|
39
|
+
cobweb_launcher-3.1.28.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
40
|
+
cobweb_launcher-3.1.28.dist-info/top_level.txt,sha256=4GETBGNsKqiCUezmT-mJn7tjhcDlu7nLIV5gGgHBW4I,7
|
41
|
+
cobweb_launcher-3.1.28.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|