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

Function get_firstlineno

Lib/test/test_trace.py:34–35  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

32 return fix_ext_py(__file__), modname
33
34def get_firstlineno(func):
35 return func.__code__.co_firstlineno
36
37#-------------------- Target functions for tracing ---------------------------#
38#

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…