mantispy.settings.override

mantispy.settings.override#

settings.override(*, cache_dir=<no change>, verbosity=<no change>)#

Provides local override via keyword arguments as a context manager.

Parameters:
  • cache_dir (Path (default: <no change>)) – Where mantispy.ds keeps the datasets it downloads.

  • verbosity (int (default: <no change>)) – How much mantispy says: 0 errors, 1 warnings, 2 info, 3 debug.

Return type:

AbstractContextManager[None]