Searched full:check_source (Results 1 – 5 of 5) sorted by relevance
14 check_source:33 needs: check_source34 if: needs.check_source.outputs.run_tests == 'true'47 needs: check_source48 if: needs.check_source.outputs.run_tests == 'true'61 needs: check_source62 if: needs.check_source.outputs.run_tests == 'true'77 needs: check_source78 if: needs.check_source.outputs.run_tests == 'true'
119 my ($conf, $check_source, $skip) = @_;138 if !$check_source;
354 - "default" means the 'check_source' flag in hash-based pycs357 invalidation regardless of value of 'check_source' bit
868 check_source = True894 check_source = flags & 0b10 != 0896 (check_source or930 data = _code_to_hash_pyc(code_object, source_hash, check_source)
600 check_source = flags & 0b10 != 0602 (check_source or _imp.check_hash_based_pycs == 'always')):