(self)
| 1461 | |
| 1462 | @util.ro_memoized_property |
| 1463 | def info(self) -> _InfoType: |
| 1464 | if self._connection_record is None: |
| 1465 | return {} |
| 1466 | else: |
| 1467 | return self._connection_record.info |
| 1468 | |
| 1469 | @util.ro_non_memoized_property |
| 1470 | def record_info(self) -> Optional[_InfoType]: |
no outgoing calls
no test coverage detected