[WIP] mis_builder: add TODO related to sub-kpi naming in SimpleArray

pull/189/head
Stéphane Bidoul 2016-05-15 18:19:05 +02:00
parent 27706de15c
commit 542ac94eda
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ from .data_error import DataError
__all__ = ['SimpleArray'] __all__ = ['SimpleArray']
# TODO named tuple-like behaviour, so expressions can work on subkpis
class SimpleArray(tuple): class SimpleArray(tuple):
def _op(self, op, other): def _op(self, op, other):