class documentation

class _pkg_config_info(system_info):

Known subclasses: numpy.distutils.system_info.freetype2_info, numpy.distutils.system_info.gdk_2_info, numpy.distutils.system_info.gdk_info, numpy.distutils.system_info.gdk_pixbuf_2_info, numpy.distutils.system_info.gdk_pixbuf_xlib_2_info, numpy.distutils.system_info.gdk_x11_2_info, numpy.distutils.system_info.gtkp_2_info, numpy.distutils.system_info.gtkp_x11_2_info, numpy.distutils.system_info.wx_info, numpy.distutils.system_info.xft_info

View In Hierarchy

Undocumented

Method calc​_info Undocumented
Method get​_config​_exe Undocumented
Method get​_config​_output Undocumented
Class Variable append​_config​_exe Undocumented
Class Variable cflags​_flag Undocumented
Class Variable config​_env​_var Undocumented
Class Variable default​_config​_exe Undocumented
Class Variable release​_macro​_name Undocumented
Class Variable section Undocumented
Class Variable version​_flag Undocumented
Class Variable version​_macro​_name Undocumented

Inherited from system_info:

Method __init__ Undocumented
Method ​_check​_libs Find mandatory and optional libs in expected paths.
Method ​_find​_lib Undocumented
Method ​_find​_libs Undocumented
Method calc​_extra​_info No summary
Method calc​_libraries​_info Undocumented
Method check​_libs If static or shared libraries are available then return their info dictionary.
Method check​_libs2 If static or shared libraries are available then return their info dictionary.
Method combine​_paths Return a list of existing paths composed by all combinations of items from the arguments.
Method get​_include​_dirs Undocumented
Method get​_info Return a dictionary with items that are compatible with numpy.distutils.setup keyword arguments.
Method get​_lib​_dirs Undocumented
Method get​_libraries Undocumented
Method get​_libs Undocumented
Method get​_option​_single Ensure that only one of options are found in the section
Method get​_paths Undocumented
Method get​_runtime​_lib​_dirs Undocumented
Method get​_src​_dirs Undocumented
Method has​_info Undocumented
Method library​_extensions Undocumented
Method parse​_config​_files Undocumented
Method set​_info Undocumented
Class Variable dir​_env​_var Undocumented
Class Variable saved​_results Undocumented
Instance Variable cp Undocumented
Instance Variable files Undocumented
Instance Variable local​_prefixes Undocumented
Instance Variable search​_static​_first Undocumented
def calc_info(self):

Undocumented

def get_config_exe(self):

Undocumented

def get_config_output(self, config_exe, option):

Undocumented

cflags_flag: str =

Undocumented

config_env_var: str =

Undocumented

default_config_exe: str =

Undocumented

release_macro_name =

Undocumented

version_flag: str =

Undocumented