Searched refs:CheckFunctionManager (Results 1 – 3 of 3) sorted by relevance
26 from .guards import CheckFunctionManager, CompileId, GuardedCode168 return GuardedCode(code, CheckFunctionManager(graph).check_fn, CompileId(0, 0))
82 CheckFunctionManager,796 check_fn = CheckFunctionManager(
515 check_fn_manager: CheckFunctionManager, argument560 self.check_fn_manager: CheckFunctionManager = check_fn_manager2195 class CheckFunctionManager: class