MCPcopy Index your code
hub / github.com/python/cpython / compile_progs

Function compile_progs

Lib/idlelib/outwin.py:23–27  ·  view source on GitHub ↗

Compile the patterns for matching to file name and line number.

()

Source from the content-addressed store, hash-verified

21
22
23def compile_progs():
24 "Compile the patterns for matching to file name and line number."
25 global file_line_progs
26 file_line_progs = [re.compile(pat, re.IGNORECASE)
27 for pat in file_line_pats]
28
29
30def file_line_helper(line):

Callers 1

file_line_helperFunction · 0.85

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…