Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_string.py118 class NamespaceFormatter(string.Formatter): class
133 fmt = NamespaceFormatter({'greeting':'hello'})
/external/python/cpython3/Lib/test/
Dtest_string.py105 class NamespaceFormatter(string.Formatter): class
120 fmt = NamespaceFormatter({'greeting':'hello'})