(&self)
| 252 | } |
| 253 | |
| 254 | const fn const_copy(&self) -> Self { |
| 255 | Self { |
| 256 | name: self.name, |
| 257 | func: self.func, |
| 258 | flags: self.flags, |
| 259 | doc: self.doc, |
| 260 | } |
| 261 | } |
| 262 | } |
| 263 | |
| 264 | impl core::fmt::Debug for PyMethodDef { |
no outgoing calls
no test coverage detected