Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_typing.py51 c_typing = import_helper.import_fresh_module('typing', fresh=['_typing']) variable
6165 @skipUnless(c_typing, 'requires _typing')
6168 self.assertEqual(getattr(c_typing, fname).__module__, '_typing')
6269 @skipUnless(c_typing, 'requires _typing')
6271 module = c_typing

Completed in 13 milliseconds