The defaults module is a collection of default settings for the Arc API.
This module holds a collection of data that is set as the default value for a number of items that control the behavior of both the API and the CLI tool.
For API users, when a given function or method is not called with and explicit value (usually having a parameter that at the function call level defaults to ‘None’), these values are automatically used.
For the CLI tool, these values are set as defaults when an explicit value is not provided either on the configuration file or on the command line.
Python namespace prefix for CLI actions
Python namespace prefix for CLI arguments
The global, system wide configuration file path
The local, user owned configuration file path
The default host to connect to
The default port to connect to