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

Function outer

Lib/test/test_warnings/data/stacklevel.py:8–9  ·  view source on GitHub ↗
(message, stacklevel=1, skip_file_prefixes=())

Source from the content-addressed store, hash-verified

6
7
8def outer(message, stacklevel=1, skip_file_prefixes=()):
9 inner(message, stacklevel, skip_file_prefixes)
10
11def inner(message, stacklevel=1, skip_file_prefixes=()):
12 warnings.warn(message, stacklevel=stacklevel,

Calls 1

innerFunction · 0.70

Used in the wild real call sites across dependent graphs

searching dependent graphs…