Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ test_lstrip
Method
test_lstrip
tests/unit/bcdoc/test_docstringparser.py:145–148 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
143
parser.DataNode(5)
144
145
def
test_lstrip(self):
146
node = parser.DataNode(
' foo'
)
147
node.lstrip()
148
self.assertEqual(node.data,
'foo'
)
149
150
def
test_write(self):
151
node = parser.DataNode(
'foo bar baz'
)
Callers
nothing calls this directly
Calls
1
lstrip
Method · 0.95
Tested by
no test coverage detected