Pretty print representation.
(self)
| 578 | self._cpp_object.name = name |
| 579 | |
| 580 | def __str__(self) -> str: |
| 581 | """Pretty print representation.""" |
| 582 | return self.name |
| 583 | |
| 584 | def sub(self, i: int) -> Function[Scalar]: |
| 585 | """Return a sub-function (a view into the ``Function``). |
nothing calls this directly
no outgoing calls
no test coverage detected