Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_importlib/
Dutil.py75 def split_frozen(cls, base=None, **kwargs): function
82 return split_frozen(test_class, base, **kwargs)
Dtest_abc.py136 for cls in test_util.split_frozen(base_class, base, **kwargs)}