Mercurial > lcfOS
view python/ppci/common.py @ 162:d8c735dc31f9
Used new editor in ide
author | Windel Bouwman |
---|---|
date | Sun, 10 Mar 2013 11:36:55 +0100 |
parents | e05b2b216bfc |
children | 8104fc8b5e90 |
line wrap: on
line source
from collections import namedtuple SourceLocation = namedtuple('SourceLocation', ['row', 'col']) SourceRange = namedtuple('SourceRange', ['p1', 'p2'])