Home
last modified time | relevance | path

Searched refs:NsmapType (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Dresources.py30 NormalizedLocationsType, LocationsType, NsmapType, ParentMapType
565 def _lazy_iterparse(self, resource: IO[AnyStr], nsmap: Optional[NsmapType] = None) \ argument
1035 def iter_depth(self, mode: int = 1, nsmap: Optional[NsmapType] = None, argument
1104 nsmap: Optional[NsmapType] = None, argument
1210 nsmap: Optional[NsmapType] = None, argument
H A Daliases.py53 NsmapType = Union[List[Tuple[str, str]], MutableMapping[str, str]] variable