Lines Matching +full:test +full:- +full:cython
16 2. For better Python performance, install cython-based binding with:
20 Note that this requires Cython installed first. To install Cython, see
23 3. To install Cython, you have to ensure that the header files
28 $ sudo apt-get install python-dev
31 Cython with either:
33 $ sudo pip install cython
35 $ sudo easy_install cython
38 install the required Cython version using your repository.
42 $ sudo apt-get install cython
44 However, our cython-based binding requires Cython version 0.19 or newer,
48 E.g, on Ubuntu, you can verify the current Cython version with:
50 $ apt-cache policy cython
54 4. This directory contains some test code to show how to use the Capstone API.
56 - test_basic.py
61 - test_lite.py
70 - test_detail.py:
71 This code shows how to access to architecture-neutral information in disassembled
75 - test_<arch>.py
76 These code show how to access architecture-specific information for each