INNER CODE UNIT · Python

get_info

fury-gl/fury · fury/__init__.py:34

def get_info(verbose=False):
    """
    Return dict describing the context of this package.

    Parameters
    ----------
    verbose : bool, optional
        If `True`, print the information to stdout.

    Returns
    -------
    dict
        With named parameters of interest.
    """
    import numpy
    import scipy

    mpl, have_mpl, _ = optional_package("matplotlib")

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…