()
| 104 | } |
| 105 | |
| 106 | @Override |
| 107 | public final String toString() { |
| 108 | return buffer.toString(); |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * Appends the {@code StarlarkValue.debugPrint} representation of a value (as used by the Starlark |
no outgoing calls
no test coverage detected