Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_statistics.py185 c_statistics = import_helper.import_fresh_module('statistics', variable
196 @unittest.skipUnless(c_statistics, 'requires _statistics')
199 self.assertEqual(getattr(c_statistics, fname).__module__, '_statistics')
3025 @unittest.skipUnless(c_statistics, 'requires _statistics')
3027 module = c_statistics

Completed in 4 milliseconds