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

Function inner

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

Source from the content-addressed store, hash-verified

9 inner(message, stacklevel, skip_file_prefixes)
10
11def inner(message, stacklevel=1, skip_file_prefixes=()):
12 warnings.warn(message, stacklevel=stacklevel,
13 skip_file_prefixes=skip_file_prefixes)
14
15def package(message, *, stacklevel):
16 package_helper.inner_api(message, stacklevel=stacklevel,

Callers 1

outerFunction · 0.70

Calls 1

warnMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…