mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
IDAPython for IDA 9.1
This commit is contained in:
@@ -3,5 +3,11 @@
|
||||
("repl_text", (
|
||||
"PyObject *argv[2];",
|
||||
"PyObject *argv[2] = {0, 0};")),
|
||||
]
|
||||
],
|
||||
"exec_system_script__SWIG_0" : [
|
||||
("release_gil_around", "exec_system_script(")
|
||||
],
|
||||
"exec_system_script__SWIG_1" : [
|
||||
("release_gil_around", "exec_system_script(")
|
||||
],
|
||||
}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"SwigDirector_abstract_graph_t::nrect" : [
|
||||
"SwigDirector_drawable_graph_t::nrect" : [
|
||||
("repl_text", ("return", "qnotused(c_result); qnotused(n); // return")),
|
||||
],
|
||||
"SwigDirector_abstract_graph_t::get_edge" : [
|
||||
"SwigDirector_drawable_graph_t::get_edge" : [
|
||||
("repl_text", ("return", "qnotused(c_result); qnotused(e); // return")),
|
||||
],
|
||||
"SwigDirector_abstract_graph_t::clone" : [
|
||||
"SwigDirector_drawable_graph_t::clone" : [
|
||||
("repl_text", ("return", "qnotused(c_result); // return")),
|
||||
],
|
||||
"SwigDirector_mutable_graph_t::get_edge" : [
|
||||
"SwigDirector_interactive_graph_t::get_edge" : [
|
||||
("repl_text", ("return", "qnotused(c_result); qnotused(e); // return")),
|
||||
],
|
||||
"SwigDirector_mutable_graph_t::clone" : [
|
||||
"SwigDirector_interactive_graph_t::clone" : [
|
||||
("repl_text", ("return", "qnotused(c_result); // return")),
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user