mapres 2.4a1__tar.gz → 2.4a2__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.
- {mapres-2.4a1/src/mapres.egg-info → mapres-2.4a2}/PKG-INFO +1 -1
- {mapres-2.4a1 → mapres-2.4a2}/pyproject.toml +1 -1
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres/resolver.py +1 -1
- {mapres-2.4a1 → mapres-2.4a2/src/mapres.egg-info}/PKG-INFO +1 -1
- {mapres-2.4a1 → mapres-2.4a2}/LICENSE +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/README.md +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/setup.cfg +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres/__init__.py +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres/cache.py +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres/datamap.py +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres/exceptions.py +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres/layers.py +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres/maps/__init__.py +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres/maps/color.py +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres/maps/time.py +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres.egg-info/SOURCES.txt +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres.egg-info/dependency_links.txt +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres.egg-info/requires.txt +0 -0
- {mapres-2.4a1 → mapres-2.4a2}/src/mapres.egg-info/top_level.txt +0 -0
|
@@ -219,7 +219,7 @@ def setDefaultPasses(passes: int):
|
|
|
219
219
|
raise MapResError("Passes cannot be less than 1")
|
|
220
220
|
_DEFAULT_RESOLVER.passes_default = passes
|
|
221
221
|
|
|
222
|
-
def res(text: str, passes=
|
|
222
|
+
def res(text: str, passes=None, **ctx) -> str:
|
|
223
223
|
'''
|
|
224
224
|
Simple resolution using the global default resolver.
|
|
225
225
|
'''
|
|
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
|