Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/web/
H A Dtemplate.py331 def _flatsaxParse(fl): function
394 self._loadedTemplate = _flatsaxParse(StringIO(s))
444 return _flatsaxParse(self._path)
448 return _flatsaxParse(f)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/web/
H A D_template_util.py635 def _flatsaxParse(fl: Union[IO[AnyStr], str]) -> List["Flattenable"]: function
675 self._loadedTemplate: List["Flattenable"] = _flatsaxParse(io.StringIO(s))
886 return _flatsaxParse(self._path) # type: ignore[unreachable]
889 return _flatsaxParse(f)