Refactor signature builder

This commit is contained in:
Bartłomiej Pluta
2019-07-10 11:39:23 +02:00
parent 746c1bc568
commit 48638b832b
7 changed files with 95 additions and 158 deletions

View File

@@ -0,0 +1,4 @@
def updatePos(exception, node):
if exception.pos is None:
exception.pos = node.pos
return exception