Searched refs:arch_check (Results 1 – 4 of 4) sorted by relevance
96 return arch_check(opts)250 def arch_check(opts, continuation=language_check): function
286 sut.arch_check(input, spy.call)298 self.assertIsNone(sut.arch_check(input, spy.call))
284 sut.arch_check(input, spy.call)296 self.assertIsNone(sut.arch_check(input, spy.call))
458 return arch_check(opts)708 def arch_check(opts, continuation=language_check): function