pycoze 0.1.306__py3-none-any.whl → 0.1.308__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.
- pycoze/reference/lib.py +3 -1
- {pycoze-0.1.306.dist-info → pycoze-0.1.308.dist-info}/METADATA +1 -1
- {pycoze-0.1.306.dist-info → pycoze-0.1.308.dist-info}/RECORD +6 -6
- {pycoze-0.1.306.dist-info → pycoze-0.1.308.dist-info}/LICENSE +0 -0
- {pycoze-0.1.306.dist-info → pycoze-0.1.308.dist-info}/WHEEL +0 -0
- {pycoze-0.1.306.dist-info → pycoze-0.1.308.dist-info}/top_level.txt +0 -0
pycoze/reference/lib.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2
2
|
import sys
|
3
3
|
import importlib
|
4
4
|
import types
|
5
|
+
import functools
|
5
6
|
|
6
7
|
|
7
8
|
class ChangeDirectoryAndPath:
|
@@ -64,7 +65,8 @@ def wrapped_func(func, module_path):
|
|
64
65
|
except:
|
65
66
|
pass
|
66
67
|
return result
|
68
|
+
wrapped_function = functools.wraps(func)(_wrapped)
|
67
69
|
|
68
|
-
return
|
70
|
+
return wrapped_function
|
69
71
|
|
70
72
|
|
@@ -23,7 +23,7 @@ pycoze/bot/agent/agent_types/const.py,sha256=BfUKPrhAHREoMLHuFNG2bCIEkC1-f7K0LEq
|
|
23
23
|
pycoze/bot/agent/agent_types/openai_func_call_agent.py,sha256=3qOyrddujtJ50W9SbH5bapbVTwjgE_LC2TnYJWUH9yc,6649
|
24
24
|
pycoze/reference/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
25
|
pycoze/reference/bot.py,sha256=pxHVYo0G3P3YZ--vBYbMEiEyBoxxPwaO5dMTf9WFMSc,2014
|
26
|
-
pycoze/reference/lib.py,sha256
|
26
|
+
pycoze/reference/lib.py,sha256=-nsS8EuagT8idy9zFBLAnV4kgRpCXfjVyLeLQumWQNw,2187
|
27
27
|
pycoze/reference/tool.py,sha256=h7G3KSoZYWq5IJu6E0-shIQ3XiJeJsgSM85GxEnhF98,1107
|
28
28
|
pycoze/reference/workflow.py,sha256=whQtw_FAxvlSbjow1oNFLdytPjjRs_pDBbQmNjaX6zc,1340
|
29
29
|
pycoze/ui/__init__.py,sha256=uaXet23wUk64TcZjpBX8qOx4aUhwA_ucrmcxy7Q4Qr4,929
|
@@ -36,8 +36,8 @@ pycoze/utils/arg.py,sha256=jop1tBfe5hYkHW1NSpCeaZBEznkgguBscj_7M2dWfrs,503
|
|
36
36
|
pycoze/utils/env.py,sha256=5pWlXfM1F5ZU9hhv1rHlDEanjEW5wf0nbyez9bNRqqA,559
|
37
37
|
pycoze/utils/socket.py,sha256=bZbFFRH4mfThzRqt55BAAGQ6eICx_ja4x8UGGrUdAm8,2428
|
38
38
|
pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
|
39
|
-
pycoze-0.1.
|
40
|
-
pycoze-0.1.
|
41
|
-
pycoze-0.1.
|
42
|
-
pycoze-0.1.
|
43
|
-
pycoze-0.1.
|
39
|
+
pycoze-0.1.308.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
|
40
|
+
pycoze-0.1.308.dist-info/METADATA,sha256=kv7n7AXMemFzhU0XlvBlypFGo8WiMywtQr6wPF9AwlU,854
|
41
|
+
pycoze-0.1.308.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
42
|
+
pycoze-0.1.308.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
|
43
|
+
pycoze-0.1.308.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|