(self)
| 371 | return extra_keywords |
| 372 | |
| 373 | def listnames(self) -> list[str]: |
| 374 | return [x.name for x in self.listchain()] |
| 375 | |
| 376 | def addfinalizer(self, fin: Callable[[], object]) -> None: |
| 377 | """Register a function to be called without arguments when this node is |