def __getitem__(self, key=None)
def __getitem__(self, key=None): if key is None: return self.items[0] return self.items[key] myitemsobject[] -> item #0 or custom -- https://mail.python.org/mailman3//lists/python-list.python.org
ANN: EmPy 4.2.1 -- a powerful, robust and mature templating system for Python
# EmPy 4.2.1 release announcement I'm pleased to announce the release of EmPy 4.2.1. The 4._x_ series is a modernization of the software and a revamp of the EmPy system to update its feature set and make it more consistent with the latest Python versions and practices. EmPy 4._x_ was also relic
