Home
last modified time | relevance | path

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

/external/python/uritemplates/uritemplate/
Dvariable.py221 def _semi_path_expansion(self, name, value, explode, prefix): member in URIVariable
334 expansion = self._semi_path_expansion
/external/python/uritemplates/tests/
Dtest_uritemplate.py471 v._semi_path_expansion('foo', None, False, False),
476 v._semi_path_expansion('foo', ['bar', 'bogus'], True, False),