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

Method __init__

numpy/distutils/system_info.py:2717–2720  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2715 _lib_names = ['X11']
2716
2717 def __init__(self):
2718 system_info.__init__(self,
2719 default_lib_dirs=default_x11_lib_dirs,
2720 default_include_dirs=default_x11_include_dirs)
2721
2722 def calc_info(self):
2723 if sys.platform in ['win32']:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected