(&self)
| 127 | |
| 128 | #[pygetset] |
| 129 | fn __qualname__(&self) -> String { |
| 130 | format!("{}.{}", self.common.typ.name(), &self.common.name) |
| 131 | } |
| 132 | |
| 133 | #[pygetset] |
| 134 | const fn __doc__(&self) -> Option<&'static str> { |
nothing calls this directly
no test coverage detected