Home
last modified time | relevance | path

Searched refs:customdict (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_builtin.py791 class customdict(dict): # this one should not do anything fancy class
796 exec(code, {'__builtins__': customdict({'superglobal': 1})})
799 exec, code, {'__builtins__': customdict()})
H A Dtest_types.py1092 class customdict(dict): class
1123 custom = customdict({'key': 'value'})

Completed in 7 milliseconds