(self)
| 151 | ) |
| 152 | |
| 153 | def _reset_stack_counter(self) -> None: |
| 154 | if self._is_tracing: |
| 155 | self._is_tracing = False |
| 156 | self._connection.set_is_tracing(False) |
| 157 | |
| 158 | async def group( |
| 159 | self, name: str, location: TracingGroupLocation = None |
no test coverage detected