in src/setup.py [0:0]
def __init__(self, credentials_path=None, access_key=None, secret_key=None, region=None, host=None, proxy_server_name=None, proxy_server_port=None, push_asg=None, push_constant=None, constant_dimension_value=None, enable_high_resolution_metrics=False, flush_interval_in_seconds=None):
self.credentials_path = credentials_path
self.access_key = access_key
self.secret_key = secret_key
self.region = region
self.host = host
self.use_recommended_collectd_config = False
self.only_add_plugin = False
self.debug = False
self.pass_through = False
self.credentials_file_exist = False
self.proxy_server_name = proxy_server_name
self.proxy_server_port = proxy_server_port
self.enable_high_resolution_metrics = enable_high_resolution_metrics
self.flush_interval_in_seconds = flush_interval_in_seconds
self.push_asg = push_asg
self.push_constant = push_constant
self.constant_dimension_value = constant_dimension_value