MCPcopy Index your code
hub / github.com/python/mypy / include_dir

Function include_dir

mypyc/build.py:296–298  ·  view source on GitHub ↗

Find the path of the lib-rt dir that needs to be included

()

Source from the content-addressed store, hash-verified

294
295
296def include_dir() -> str:
297 """Find the path of the lib-rt dir that needs to be included"""
298 return os.path.join(os.path.abspath(os.path.dirname(__file__)), "lib-rt")
299
300
301def generate_c(

Callers 7

_librt_build_hashFunction · 0.90
_generate_setup_pyFunction · 0.90
build_using_shared_libFunction · 0.85
build_single_moduleFunction · 0.85
mypycifyFunction · 0.85

Calls 1

joinMethod · 0.45

Used in the wild real call sites across dependent graphs

searching dependent graphs…