The path portion of the reported node, as a string.
(self)
| 161 | |
| 162 | @property |
| 163 | def fspath(self) -> str: |
| 164 | """The path portion of the reported node, as a string.""" |
| 165 | return self.nodeid.split("::")[0] |
| 166 | |
| 167 | @property |
| 168 | def count_towards_summary(self) -> bool: |
no outgoing calls