Searched refs:_semi_path_expansion (Results 1 – 2 of 2) sorted by relevance
/external/python/uritemplates/uritemplate/ |
D | variable.py | 221 def _semi_path_expansion(self, name, value, explode, prefix): member in URIVariable 334 expansion = self._semi_path_expansion
|
/external/python/uritemplates/tests/ |
D | test_uritemplate.py | 471 v._semi_path_expansion('foo', None, False, False), 476 v._semi_path_expansion('foo', ['bar', 'bogus'], True, False),
|