Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | ||
commands.py | ||
context.py | ||
init.py | ||
loader.py | ||
template.py | ||
view.py |
* Used re.split() instead of re.search() to avoid string slicing. * Used "".join() once instead of concatenating strings. * Removed the need for repeating logic on loop exit (i.e. an additional application of self._render_tags(template) and output += ...).
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | Loading commit data... | |
commands.py | Loading commit data... | |
context.py | Loading commit data... | |
init.py | Loading commit data... | |
loader.py | Loading commit data... | |
template.py | Loading commit data... | |
view.py | Loading commit data... |