MCPcopy Index your code
hub / github.com/aws/aws-cli / read_git_parameters

Method read_git_parameters

awscli/customizations/codecommit.py:129–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 logger.debug('signature\n%s', signature)
128
129 def read_git_parameters(self):
130 parsed = {}
131 for line in sys.stdin:
132 line = line.strip()
133 if line:
134 key, value = line.split('=', 1)
135 parsed[key] = value
136 return parsed
137
138 def extract_url(self, parameters):
139 url = '{0}://{1}/{2}'.format(

Callers 1

_run_mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected