text/template/parse
- 主要言語
- Go
- スター
- 2.3k
- フォーク
- 136
- 平均マージ
- 14分
- マージ済み PR(30日)
- 2
説明
Hi, wanted to create wrapper for the standard text/template/parse/library but the generated code contains following:
```python
if 3 < len(args):
self.True = args[3]
```
where
```python
@property
def True(self):
return _htoy.parse_BoolNode_True_Get(self.handle)
```
which obviously leads to the following python error:
```
byte-compiling build/bdist.macosx-14-x86_64/egg/htoy/go.py to go.cpython-311.pyc
byte-compiling build/bdist.macosx-14-x86_64/egg/htoy/parse.py to parse.cpython-311.pyc
File "build/bdist.macosx-14-x86_64/egg/htoy/parse.py", line 1490
self.True = args[3]
```
Thanks for considering this and hope it helps to improve your wonderful work
Greets
Zokrezyl
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。