Get the protobuf debug string of this Program. Returns: (str): The protobuf debug string. Raises: ValueError: If any of required fields is not set.
(self)
| 6411 | self._current_role = tmp_role |
| 6412 | |
| 6413 | def __str__(self): |
| 6414 | """ |
| 6415 | Get the protobuf debug string of this Program. |
| 6416 | |
| 6417 | Returns: |
| 6418 | (str): The protobuf debug string. |
| 6419 | |
| 6420 | Raises: |
| 6421 | ValueError: If any of required fields is not set. |
| 6422 | """ |
| 6423 | return self._to_readable_code() |
| 6424 | |
| 6425 | def _to_readable_code(self, skip_op_callstack=True): |
| 6426 | """ |
no test coverage detected