gemseo / utils

source_parsing module

Parse source code to extract information

class gemseo.utils.source_parsing.SourceParsing[source]

Bases: object

Parse source code to extract information

static get_default_options_values(klass)[source]

Get the options default values for the given class Only addresses kwargs

:param name : name of the class :returns: the dict option name: option default value

static get_options_doc(method)[source]

Get the documentation of a method

Parameters

method – the method to retreive the doc from

Returns

the dictionary of options meaning