algorand / algorand/pyteal

Getter method `byte_srt` of `Bytes`

オープン
#369 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
new-bug Team Scytale
主要言語
Python
スター
288
フォーク
138
PR マージ指標
30日以内にマージされた PR はありません

説明

### Subject of the issue

Getter method `byte_srt` of `Bytes` returns a string containing quotation marks.

### Your environment

`pyteal`: 0.10.1

### Steps to reproduce

```python
Bytes('foo').byte_str
```

### Expected behaviour

```python
'foo'
```

### Actual behaviour

```python
"'foo'"
```

### Priority

Very low.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。