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

  /external/chromium_org/third_party/cython/src/Cython/Build/
BuildExecutable.py 84 from Cython.Compiler import Version, CmdLine, Main
85 options, sources = CmdLine.parse_command_line(list(options or ()) + ['--embed', input_file])
  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestParseTreeTransforms.py 3 from Cython.Compiler import CmdLine
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Main.py 13 # conditional metaclass. These options are processed by CmdLine called from
622 from CmdLine import parse_command_line

Completed in 74 milliseconds