I am cell foo, not line foo
(self, line, cell)
| 1020 | |
| 1021 | @cell_magic("foo") |
| 1022 | def cell_foo(self, line, cell): |
| 1023 | "I am cell foo, not line foo" |
| 1024 | pass |
| 1025 | |
| 1026 | def test_line_cell_info(): |
| 1027 | """%%foo and %foo magics are distinguishable to inspect""" |
nothing calls this directly
no outgoing calls
no test coverage detected