################# SystemVerilog API ################# The SystemVerilog API provides two levels of Python API access: - Direct access to the Python C API - An abstracted class-based convenience API Class-Based API =============== .. doxygenclass:: py_object :members: .. doxygenclass:: py_dict :members: .. doxygenclass:: py_list :members: .. doxygenclass:: py_tuple :members: Utility Methods --------------- .. doxygenfunction:: py_from_int .. doxygenfunction:: py_from_uint .. doxygenfunction:: py_from_long .. doxygenfunction:: py_from_ulong .. doxygenfunction:: py_from_str .. doxygenfunction:: py_import .. doxygenfunction:: py_call_builtin .. doxygenfunction:: py_gil_enter .. doxygenfunction:: py_gil_leave Direct API ==========