MCPcopy Create free account
hub / github.com/bpython/bpython / test_inside

Method test_inside

bpython/test/test_line_properties.py:151–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 self.assertAccess("<asdfg|> + asdf")
150
151 def test_inside(self):
152 self.assertAccess("<asd|>")
153 self.assertAccess("<asd|fg>")
154
155 def test_dots(self):
156 self.assertAccess("<Object.attr1|>")

Callers

nothing calls this directly

Calls 1

assertAccessMethod · 0.80

Tested by

no test coverage detected