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

Function _is_filename_to_skip

Lib/_py_warnings.py:445–446  ·  view source on GitHub ↗
(filename, skip_file_prefixes)

Source from the content-addressed store, hash-verified

443
444
445def _is_filename_to_skip(filename, skip_file_prefixes):
446 return any(filename.startswith(prefix) for prefix in skip_file_prefixes)
447
448
449def _is_internal_frame(frame):

Callers 1

_next_external_frameFunction · 0.85

Calls 2

anyFunction · 0.70
startswithMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…