Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text/template/parse #362

Open
zokrezyl opened this issue Jul 26, 2024 · 0 comments
Open

text/template/parse #362

zokrezyl opened this issue Jul 26, 2024 · 0 comments

Comments

@zokrezyl
Copy link

Hi, wanted to create wrapper for the standard text/template/parse/library but the generated code contains following:

			if  3 < len(args):
				self.True = args[3]

where

	@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant