depdigest.DepConfig#

class depdigest.DepConfig(libraries: 'Dict[str, Dict[str, str]]'=<factory>, mapping: 'Dict[str, str]'=<factory>, show_all_capabilities: 'bool' = True, exception_class: 'Type[Exception]' = <class 'ImportError'>)[source]#
Parameters:
  • libraries (Dict[str, Dict[str, str]])

  • mapping (Dict[str, str])

  • show_all_capabilities (bool)

  • exception_class (Type[Exception])

__init__(libraries=<factory>, mapping=<factory>, show_all_capabilities=True, exception_class=<class 'ImportError'>)#
Parameters:
  • libraries (Dict[str, Dict[str, str]])

  • mapping (Dict[str, str])

  • show_all_capabilities (bool)

  • exception_class (Type[Exception])

Return type:

None

Methods

__init__([libraries, mapping, ...])

Attributes