Name |
Last commit
|
Last update |
---|---|---|
examples | ||
pystache | ||
tests | ||
.gitignore | ||
HISTORY.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
setup.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 |
---|---|---|
examples | Loading commit data... | |
pystache | Loading commit data... | |
tests | Loading commit data... | |
.gitignore | Loading commit data... | |
HISTORY.rst | Loading commit data... | |
LICENSE | Loading commit data... | |
MANIFEST.in | Loading commit data... | |
README.rst | Loading commit data... | |
setup.py | Loading commit data... |