Name of the Function.
(self)
| 570 | |
| 571 | @property |
| 572 | def name(self) -> str: |
| 573 | """Name of the Function.""" |
| 574 | return self._cpp_object.name # type: ignore |
| 575 | |
| 576 | @name.setter |
| 577 | def name(self, name): |
nothing calls this directly
no outgoing calls
no test coverage detected