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

Output strings correctly in __repr__ #2122

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Output strings correctly in __repr__ #2122

merged 1 commit into from
Nov 21, 2023

Conversation

ndonkoHenri
Copy link
Contributor

Before :

>>> repr(x)
"Text(value=text)"

After:

>>> repr(x)
"Text(value='text')"

@FeodorFitsner FeodorFitsner merged commit 2c8be84 into flet-dev:main Nov 21, 2023
@ndonkoHenri ndonkoHenri deleted the fix-repr branch November 21, 2023 19:32
zrr1999 pushed a commit to zrr1999/flet that referenced this pull request Jul 17, 2024
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

Successfully merging this pull request may close these issues.

2 participants