Skip to content

Add __iadd__ to SimpleDoc#85

Open
rojalator wants to merge 2 commits intoleforestier:masterfrom
rojalator:master
Open

Add __iadd__ to SimpleDoc#85
rojalator wants to merge 2 commits intoleforestier:masterfrom
rojalator:master

Conversation

@rojalator
Copy link

Allow the use of += to add the contents of one SimpleDoc / Doc to another

rojalator and others added 2 commits May 14, 2025 20:21
/home/rjl/pythonstuff/rjl-yattag/test
/home/rjl/pythonstuff/rjl-yattag/yattag
/home/rjl/pythonstuff/rjl-yattag/MANIFEST.in
/home/rjl/pythonstuff/rjl-yattag/README.rst
/home/rjl/pythonstuff/rjl-yattag/setup.py
@rojalator
Copy link
Author

Automatically convert Python reserved-name attribute names (such as 'for') if they have a leading underscore, meaning less use is needed of doc.attr(). Example: _for -> for
Automatically convert attribute names with underscores to HTML names with dashes, again, less use is needed of doc.attr() - example: aria_label -> aria-label
Added comment() function.

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.

1 participant