(self)
| 239 | return self.frame.f_locals |
| 240 | |
| 241 | def getfirstlinesource(self) -> int: |
| 242 | return self.frame.code.firstlineno |
| 243 | |
| 244 | def getsource( |
| 245 | self, astcache: Optional[Dict[Union[str, Path], ast.AST]] = None |
no outgoing calls
no test coverage detected