(self, for_cloud_api: bool = True)
| 168 | return self.getSignature()['returns'] |
| 169 | |
| 170 | def serialize(self, for_cloud_api: bool = True) -> Any: |
| 171 | return serializer.toJSON( |
| 172 | self, for_cloud_api=for_cloud_api |
| 173 | ) |
| 174 | |
| 175 | def __str__(self) -> str: |
| 176 | """Returns a user-readable docstring for this function.""" |
no outgoing calls