Home
last modified time | relevance | path

Searched refs:normalize_locations (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A D__init__.py14 from .resources import normalize_url, normalize_locations, fetch_resource, \
H A Dresources.py264 def normalize_locations(locations: LocationsType, function
1273 location_hints = normalize_locations(locations, self.base_url)
/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/
H A Dtest_resources.py36 url_path_is_file, normalize_locations, LazySelector
348 locations = normalize_locations(
356 locations = normalize_locations(
364 locations = normalize_locations(
374 locations = normalize_locations(
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dschemas.py53 normalize_locations, fetch_resource, normalize_url, XMLResource
440 self._locations = tuple(normalize_locations(locations, self.base_url))