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

Method start_code

awscli/bcdoc/style.py:161–163  ·  view source on GitHub ↗
(self, attrs=None)

Source from the content-addressed store, hash-verified

159 self.doc.write('\n\n%s' % self.spaces())
160
161 def start_code(self, attrs=None):
162 self.doc.do_translation = True
163 self._start_inline('``')
164
165 def end_code(self):
166 self.doc.do_translation = False

Callers 3

test_empty_codeMethod · 0.95
test_empty_codeMethod · 0.95
codeMethod · 0.95

Calls 1

_start_inlineMethod · 0.95

Tested by 2

test_empty_codeMethod · 0.76
test_empty_codeMethod · 0.76