HomeSort by relevance Sort by last modified time
    Searched refs:SimpleNamespace (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/test/
test_types.py     [all...]
  /external/python/cpython3/Lib/test/test_importlib/
util.py 16 BUILTINS = types.SimpleNamespace()
24 EXTENSIONS = types.SimpleNamespace()
  /external/python/cpython3/Lib/test/libregrtest/
runtest_mp.py 66 ns = types.SimpleNamespace(**ns_dict)
  /external/python/cpython3/Lib/
types.py 16 SimpleNamespace = type(sys.implementation)
  /external/python/cpython3/Lib/venv/
__init__.py 101 context = types.SimpleNamespace()
  /external/python/cpython3/Lib/unittest/test/
test_discovery.py 820 package.__spec__ = types.SimpleNamespace(
    [all...]

Completed in 1050 milliseconds