MCPcopy Create free account
hub / github.com/numpy/numpy / module_name

Method module_name

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

Source from the content-addressed store, hash-verified

361
362 @property
363 def module_name(self):
364 cls = type(self)
365 return f'_{cls.__module__.rsplit(".",1)[-1]}_{cls.__name__}_ext_module'
366
367 def setup_method(self):
368 if sys.platform == "win32":

Callers

nothing calls this directly

Calls 1

rsplitMethod · 0.80

Tested by

no test coverage detected