Human-readable name of this scope (derived from ``kind``).
(self)
| 97 | |
| 98 | @property |
| 99 | def name(self) -> str: |
| 100 | """Human-readable name of this scope (derived from ``kind``).""" |
| 101 | return _SCOPE_KIND_TO_NAME[self.kind] |
no outgoing calls
no test coverage detected