Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_importlib/
Dutil.py85 def split_frozen(cls, base=None, **kwargs): function
92 return split_frozen(test_class, base, **kwargs)
Dtest_abc.py135 for cls in test_util.split_frozen(base_class, base, **kwargs)}