Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DOptions.py200 directive_types = { variable
216 if key not in directive_types:
217 directive_types[key] = type(val)
265 type = directive_types.get(name)
DParseTreeTransforms.py686 and directive not in Options.directive_types):
712 return (name in Options.directive_types or
849 directivetype = Options.directive_types.get(optname)
858 if Options.directive_types.get(sub_optname):
874 directivetype = Options.directive_types.get(optname)
885 directivetype = Options.directive_types.get(optname)