Home
last modified time | relevance | path

Searched refs:extractLineNo (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dtransformer.py72 def extractLineNo(ast): function
78 lineno = extractLineNo(child)
1049 return AssTuple(assigns, lineno=extractLineNo(node))
1059 return AssList(assigns, lineno=extractLineNo(node))
1087 return constructor(items, lineno=extractLineNo(nodelist))
1258 return CallFunc(primaryNode, [], lineno=extractLineNo(nodelist))
1293 lineno=extractLineNo(nodelist))
1332 lineno=extractLineNo(nodelist))
1378 return Sliceobj(items, lineno=extractLineNo(node))
1392 lineno=extractLineNo(node))