Searched defs:SimpleNamespace (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Doc/whatsnew/ | ||
D | 3.3.rst | 666 SimpleNamespace section in PEP 421: Adding sys.implementation |
/external/python/cpython3/Lib/ | ||
D | types.py | 16 SimpleNamespace = type(sys.implementation) variable |
/external/fonttools/Lib/fontTools/misc/ | ||
D | py23.py | 454 class SimpleNamespace(object): class |