(self, *, pygmented: bool)
| 361 | is_current = False |
| 362 | |
| 363 | def render(self, *, pygmented: bool) -> str: |
| 364 | return "<Error retrieving source code with stack_data see ipython/ipython#13598>" |
| 365 | |
| 366 | return [Dummy()] |
| 367 |
no outgoing calls
no test coverage detected