Statement this frame is at.
(self)
| 156 | |
| 157 | @property |
| 158 | def statement(self) -> Source: |
| 159 | class="st">""class="st">"Statement this frame is at."class="st">"" |
| 160 | if self.code.fullsource is None: |
| 161 | return Source(class="st">"") |
| 162 | return self.code.fullsource.getstatement(self.lineno) |
| 163 | |
| 164 | def eval(self, code, **vars): |
| 165 | class="st">"""Evaluate &class="cm">#x27;code' in the frame. |
nothing calls this directly
no test coverage detected