Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dpycodegen.py1431 def __init__(self, gexp, scopes, class_name, mod): argument
1433 self.scope = scopes[gexp]
1434 self.__super_init(gexp, scopes, 1, class_name, mod)