MCPcopy Index your code
hub / github.com/numpy/numpy / _get_c_source_file

Function _get_c_source_file

doc/source/conf.py:514–521  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

512
513
514def _get_c_source_file(obj):
515 if issubclass(obj, numpy.generic):
516 return r"_core/src/multiarray/scalartypes.c.src"
517 elif obj is numpy.ndarray:
518 return r"_core/src/multiarray/arrayobject.c"
519 else:
520 # todo: come up with a better way to generate these
521 return None
522
523def linkcode_resolve(domain, info):
524 """

Callers 1

linkcode_resolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…