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