Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ h1
Method
h1
awscli/bcdoc/style.py:132–133 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
130
self.new_paragraph()
131
132
def
h1(self, s):
133
self._heading(s,
'*'
)
134
135
def
h2(self, s):
136
self._heading(s,
'='
)
Callers
5
test_h1
Method · 0.95
test_h1
Method · 0.95
doc_title
Method · 0.45
doc_title
Method · 0.45
doc_title
Method · 0.45
Calls
1
_heading
Method · 0.95
Tested by
2
test_h1
Method · 0.76
test_h1
Method · 0.76