HomeSort by relevance Sort by last modified time
    Searched refs:CompileTimeScope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Scanning.pxd 9 cdef class CompileTimeScope:
11 cdef public CompileTimeScope outer
19 cdef public CompileTimeScope compile_time_env
Scanning.py 61 class CompileTimeScope(object):
90 benv = CompileTimeScope()
114 denv = CompileTimeScope(benv)

Completed in 99 milliseconds