Home
last modified time | relevance | path

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

/external/python/uritemplates/uritemplate/
Dvariable.py162 if dict_test(value) or tuples:
206 if dict_test(value) or tuples:
248 if dict_test(value) or tuples:
280 if dict_test(value) or tuples:
364 def dict_test(value): function
/external/python/uritemplates/tests/
Dtest_uritemplate.py608 self.assertEqual(variable.dict_test(a_list), False)
611 self.assertEqual(variable.dict_test(d), True)