(self)
| 170 | self.assertAccess("foo[0].asdf.|") |
| 171 | |
| 172 | def test_open_paren(self): |
| 173 | self.assertAccess("<foo(|>") |
| 174 | # documenting current behavior - TODO is this intended? |
| 175 | |
| 176 | |
| 177 | class TestCurrentDictKey(LineTestCase): |
nothing calls this directly
no test coverage detected