corelp 1.0.46__tar.gz → 1.0.47__tar.gz
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-1.0.46 → corelp-1.0.47}/PKG-INFO +1 -1
- {corelp-1.0.46 → corelp-1.0.47}/pyproject.toml +1 -1
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/prop_LP/prop.py +1 -1
- {corelp-1.0.46 → corelp-1.0.47}/README.md +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/__init__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/icon_pythonLP.png +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/Path_LP/Path.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/Path_LP/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/Path_LP/functions → corelp-1.0.47/src/corelp/modules/Path_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/Path_LP/functions → corelp-1.0.47/src/corelp/modules/Path_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/Path_LP/test_Path.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/__init__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/debug_LP/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/debug_LP/functions → corelp-1.0.47/src/corelp/modules/debug_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/debug_LP/functions → corelp-1.0.47/src/corelp/modules/debug_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/debug_LP/debug.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/debug_LP/test_debug.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/folder_LP/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/folder_LP/functions → corelp-1.0.47/src/corelp/modules/folder_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/folder_LP/functions → corelp-1.0.47/src/corelp/modules/folder_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/folder_LP/folder.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/folder_LP/test_folder.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/getmodule_LP/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/getmodule_LP/functions → corelp-1.0.47/src/corelp/modules/getmodule_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/getmodule_LP/functions → corelp-1.0.47/src/corelp/modules/getmodule_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/getmodule_LP/getmodule.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/icon_LP/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/icon_LP/functions → corelp-1.0.47/src/corelp/modules/icon_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/icon_LP/functions → corelp-1.0.47/src/corelp/modules/icon_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/icon_LP/icon.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/icon_LP/test_icon.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/kwargsself_LP/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/kwargsself_LP/functions → corelp-1.0.47/src/corelp/modules/kwargsself_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/kwargsself_LP/functions → corelp-1.0.47/src/corelp/modules/kwargsself_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/kwargsself_LP/kwargsself.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/kwargsself_LP/test_kwargsself.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/prop_LP/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/prop_LP/functions → corelp-1.0.47/src/corelp/modules/prop_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/prop_LP/functions → corelp-1.0.47/src/corelp/modules/prop_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/prop_LP/test_prop.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/rfrom_LP/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/rfrom_LP/functions → corelp-1.0.47/src/corelp/modules/rfrom_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/rfrom_LP/functions → corelp-1.0.47/src/corelp/modules/rfrom_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/rfrom_LP/rfrom.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/rfrom_LP/test_rfrom.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/selfkwargs_LP/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/selfkwargs_LP/functions → corelp-1.0.47/src/corelp/modules/selfkwargs_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/selfkwargs_LP/functions → corelp-1.0.47/src/corelp/modules/selfkwargs_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/selfkwargs_LP/selfkwargs.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/selfkwargs_LP/test_selfkwargs.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/test_LP/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/test_LP/functions → corelp-1.0.47/src/corelp/modules/test_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.46/src/corelp/modules/test_LP/functions → corelp-1.0.47/src/corelp/modules/test_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/test_LP/test.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/modules/test_LP/test_test.py +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/py.typed +0 -0
- {corelp-1.0.46 → corelp-1.0.47}/src/corelp/routines/__init__.py +0 -0
|
@@ -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}')
|
|
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
|
|
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
|
|
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
|