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

Method module_name

numpy/f2py/tests/util.py:371–373  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

369
370 @property
371 def module_name(self):
372 cls = type(self)
373 return f'_{cls.__module__.rsplit(".", 1)[-1]}_{cls.__name__}_ext_module'
374
375 @classmethod
376 def setup_class(cls):

Callers

nothing calls this directly

Calls 1

rsplitMethod · 0.80

Tested by

no test coverage detected