Searched defs:type_entry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py1536 # type_entry Entry For extension type names, the original type entry
1548 type_entry = None variable in class:NameNode
1770 self.type_entry = entry
4407 elif function.is_name and function.type_entry:
4411 self.type = function.type_entry.type
4942 if function.is_name and function.type_entry:
4945 self.type = function.type_entry.type

Completed in 97 milliseconds