corelp 1.0.46__py3-none-any.whl → 1.0.48__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.
- corelp/modules/prop_LP/prop.py +1 -1
- {corelp-1.0.46.dist-info → corelp-1.0.48.dist-info}/METADATA +1 -1
- {corelp-1.0.46.dist-info → corelp-1.0.48.dist-info}/RECORD +24 -24
- {corelp-1.0.46.dist-info → corelp-1.0.48.dist-info}/WHEEL +1 -1
- /corelp/modules/Path_LP/{functions → _functions}/__init__.py +0 -0
- /corelp/modules/Path_LP/{functions → _functions}/__template__.py +0 -0
- /corelp/modules/debug_LP/{functions → _functions}/__init__.py +0 -0
- /corelp/modules/debug_LP/{functions → _functions}/__template__.py +0 -0
- /corelp/modules/folder_LP/{functions → _functions}/__init__.py +0 -0
- /corelp/modules/folder_LP/{functions → _functions}/__template__.py +0 -0
- /corelp/modules/getmodule_LP/{functions → _functions}/__init__.py +0 -0
- /corelp/modules/getmodule_LP/{functions → _functions}/__template__.py +0 -0
- /corelp/modules/icon_LP/{functions → _functions}/__init__.py +0 -0
- /corelp/modules/icon_LP/{functions → _functions}/__template__.py +0 -0
- /corelp/modules/kwargsself_LP/{functions → _functions}/__init__.py +0 -0
- /corelp/modules/kwargsself_LP/{functions → _functions}/__template__.py +0 -0
- /corelp/modules/prop_LP/{functions → _functions}/__init__.py +0 -0
- /corelp/modules/prop_LP/{functions → _functions}/__template__.py +0 -0
- /corelp/modules/rfrom_LP/{functions → _functions}/__init__.py +0 -0
- /corelp/modules/rfrom_LP/{functions → _functions}/__template__.py +0 -0
- /corelp/modules/selfkwargs_LP/{functions → _functions}/__init__.py +0 -0
- /corelp/modules/selfkwargs_LP/{functions → _functions}/__template__.py +0 -0
- /corelp/modules/test_LP/{functions → _functions}/__init__.py +0 -0
- /corelp/modules/test_LP/{functions → _functions}/__template__.py +0 -0
corelp/modules/prop_LP/prop.py
CHANGED
|
@@ -108,7 +108,7 @@ def linkproperty(link):
|
|
|
108
108
|
def getter(self):
|
|
109
109
|
obj = getattr(self, link) if isinstance(link, str) else link
|
|
110
110
|
if obj is None : # If link failed, uses default _attribut
|
|
111
|
-
return getattr(self, attribut, None)
|
|
111
|
+
return getattr(self, f'_{attribut}', None)
|
|
112
112
|
else :
|
|
113
113
|
obj_attribut = func(self)
|
|
114
114
|
return getattr(obj, f'{obj_attribut}')
|
|
@@ -2,56 +2,56 @@ corelp/__init__.py,sha256=9imsYH78ZRyE_pQXz2ZA9h8J5mcdlpK3uWKDGPlMAmc,972
|
|
|
2
2
|
corelp/icon_pythonLP.png,sha256=pg386kYEKGspDDRbRF0alOmHXPEm0geMoYIPaxEfQ_o,3805
|
|
3
3
|
corelp/modules/Path_LP/Path.py,sha256=wfvO1DuewIUSEA9_g66O5nCEp95Pr5XM-yxaOOEimTs,2418
|
|
4
4
|
corelp/modules/Path_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
corelp/modules/Path_LP/
|
|
6
|
-
corelp/modules/Path_LP/
|
|
5
|
+
corelp/modules/Path_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
corelp/modules/Path_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
7
7
|
corelp/modules/Path_LP/test_Path.py,sha256=E4m0n4aEaS0_KCNNpOxqnCQpiapHv3uAIaJSWwXpSY0,708
|
|
8
8
|
corelp/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
corelp/modules/debug_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
+
corelp/modules/debug_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
corelp/modules/debug_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
10
12
|
corelp/modules/debug_LP/debug.py,sha256=Mkn3WPTkaKSXdfmY8ioEwu4OXQqiDoM2Akhbz62Nnis,1623
|
|
11
|
-
corelp/modules/debug_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
corelp/modules/debug_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
13
13
|
corelp/modules/debug_LP/test_debug.py,sha256=FIDfwO-OAwflEQ5y2djQNUh_-BcxgQDm9jPLvaUdzDo,716
|
|
14
14
|
corelp/modules/folder_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
+
corelp/modules/folder_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
corelp/modules/folder_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
15
17
|
corelp/modules/folder_LP/folder.py,sha256=Wd5gaT0oX1rWpXPUcHTVIPQjNPD-IPWPEcGSgetPl1U,2497
|
|
16
|
-
corelp/modules/folder_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
corelp/modules/folder_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
18
18
|
corelp/modules/folder_LP/test_folder.py,sha256=zccBcsE10dTQLnCX7tK-Fa2n3F_JzmyzSkQVAXz50yw,928
|
|
19
19
|
corelp/modules/getmodule_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
|
-
corelp/modules/getmodule_LP/
|
|
21
|
-
corelp/modules/getmodule_LP/
|
|
20
|
+
corelp/modules/getmodule_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
|
+
corelp/modules/getmodule_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
22
22
|
corelp/modules/getmodule_LP/getmodule.py,sha256=ARzkxe0QARMoSUcLyvNyaFgYeixZsdFAJ5xtuXiL4gA,2101
|
|
23
23
|
corelp/modules/icon_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
|
-
corelp/modules/icon_LP/
|
|
25
|
-
corelp/modules/icon_LP/
|
|
24
|
+
corelp/modules/icon_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
+
corelp/modules/icon_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
26
26
|
corelp/modules/icon_LP/icon.py,sha256=qHOeyWG8TdlKwLtQznKL0O-7fC9ZTGU9SaLAfXoaGi0,778
|
|
27
27
|
corelp/modules/icon_LP/test_icon.py,sha256=oLhV_PsPGCTMiLa93h3jwrC0QXbFVasDAaYYeVdf8iI,1447
|
|
28
28
|
corelp/modules/kwargsself_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
|
-
corelp/modules/kwargsself_LP/
|
|
30
|
-
corelp/modules/kwargsself_LP/
|
|
29
|
+
corelp/modules/kwargsself_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
|
+
corelp/modules/kwargsself_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
31
31
|
corelp/modules/kwargsself_LP/kwargsself.py,sha256=24HVn1G7ALdhQFSLT0U2dVjVzop6c2s-nr7DrMK53iw,1865
|
|
32
32
|
corelp/modules/kwargsself_LP/test_kwargsself.py,sha256=BaqGu0bqFuFemiYUEDMviFfegTb0aF6lmeFm3KJa8sw,1241
|
|
33
33
|
corelp/modules/prop_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
|
-
corelp/modules/prop_LP/
|
|
35
|
-
corelp/modules/prop_LP/
|
|
36
|
-
corelp/modules/prop_LP/prop.py,sha256=
|
|
34
|
+
corelp/modules/prop_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
35
|
+
corelp/modules/prop_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
36
|
+
corelp/modules/prop_LP/prop.py,sha256=baFMQoFKbDegvt3NQnykIp1BjZwCMP5O5Vj4ACviyOg,4005
|
|
37
37
|
corelp/modules/prop_LP/test_prop.py,sha256=X5GJwIyik5Gzd6Z28h1kGdZzVVhb1D5FXTHXvXBbwfA,2302
|
|
38
38
|
corelp/modules/rfrom_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
-
corelp/modules/rfrom_LP/
|
|
40
|
-
corelp/modules/rfrom_LP/
|
|
39
|
+
corelp/modules/rfrom_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
40
|
+
corelp/modules/rfrom_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
41
41
|
corelp/modules/rfrom_LP/rfrom.py,sha256=f5-zPUUxlxInnaBM_WMuAaSMjdaoyOjsn5WbpLIfSVk,1690
|
|
42
42
|
corelp/modules/rfrom_LP/test_rfrom.py,sha256=Sq9FeWnzpItiT8RGh6CzCdMnoZm4e2-dbkTs6dW2XPY,666
|
|
43
43
|
corelp/modules/selfkwargs_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
|
-
corelp/modules/selfkwargs_LP/
|
|
45
|
-
corelp/modules/selfkwargs_LP/
|
|
44
|
+
corelp/modules/selfkwargs_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
45
|
+
corelp/modules/selfkwargs_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
46
46
|
corelp/modules/selfkwargs_LP/selfkwargs.py,sha256=7yWkpVQRwb2VnDPUGxREXjyVIn0n8RpptlP3lnP57wU,1203
|
|
47
47
|
corelp/modules/selfkwargs_LP/test_selfkwargs.py,sha256=Ex-y60W9oD1OUtDlRvyxn-Wlq1l3JmIJY0Iot2uGQbY,826
|
|
48
48
|
corelp/modules/test_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
|
-
corelp/modules/test_LP/
|
|
50
|
-
corelp/modules/test_LP/
|
|
49
|
+
corelp/modules/test_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
50
|
+
corelp/modules/test_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
|
|
51
51
|
corelp/modules/test_LP/test.py,sha256=KwAeIZWQ7pZX85J50q6qfB4HuJUgREu1ieB_byPqI2g,1361
|
|
52
52
|
corelp/modules/test_LP/test_test.py,sha256=sXI6G4OBnWXSqrfMy9QdabkYIvcD80EmnNcnQiXxcRI,605
|
|
53
53
|
corelp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
54
54
|
corelp/routines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
55
|
-
corelp-1.0.
|
|
56
|
-
corelp-1.0.
|
|
57
|
-
corelp-1.0.
|
|
55
|
+
corelp-1.0.48.dist-info/WHEEL,sha256=iHtWm8nRfs0VRdCYVXocAWFW8ppjHL-uTJkAdZJKOBM,80
|
|
56
|
+
corelp-1.0.48.dist-info/METADATA,sha256=hKCMt-o62nR91wQEMD2YwEW9_QhvRv_TTVZLAhO8TOU,1656
|
|
57
|
+
corelp-1.0.48.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|