DEBSOURCES
Skip Quicknav
sources / python-opcodes / 0.0~git20180424.6e2b0cd-3 / test / test_x86.py
12345678
import unittest class ReadXML(unittest.TestCase): def runTest(self): from opcodes.x86 import read_instruction_set instruction_set = read_instruction_set()