mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
69 lines
2.9 KiB
Python
69 lines
2.9 KiB
Python
{
|
|
"SwigDirector_UI_Hooks::SwigDirector_UI_Hooks" : [
|
|
("maybe_collect_director_fixed_method_set",
|
|
[
|
|
("tform_visible", "widget_visible"),
|
|
("tform_invisible", "widget_invisible"),
|
|
("populating_tform_popup", "populating_widget_popup"),
|
|
("finish_populating_tform_popup", "finish_populating_widget_popup"),
|
|
("current_tform_changed", "current_widget_changed"),
|
|
]
|
|
),
|
|
],
|
|
"SwigDirector_View_Hooks::SwigDirector_View_Hooks" : [
|
|
("maybe_collect_director_fixed_method_set", None),
|
|
],
|
|
"SwigDirector_UI_Hooks::populating_widget_popup" : [
|
|
("director_method_call_arity_cap", (
|
|
False, # add GIL lock
|
|
"populating_widget_popup",
|
|
"(method ,(PyObject *)obj0,(PyObject *)obj1,(__argcnt < 3 ? nullptr : (PyObject *)obj2), nullptr)",
|
|
"(swig_get_self(), (PyObject *) swig_method_name ,(PyObject *)obj0,(PyObject *)obj1,(__argcnt < 4 ? nullptr : (PyObject *)obj2), nullptr)",
|
|
)),
|
|
],
|
|
"SwigDirector_UI_Hooks::finish_populating_widget_popup" : [
|
|
("director_method_call_arity_cap", (
|
|
False, # add GIL lock
|
|
"finish_populating_widget_popup",
|
|
"(method ,(PyObject *)obj0,(PyObject *)obj1,(__argcnt < 3 ? nullptr : (PyObject *)obj2), nullptr)",
|
|
"(swig_get_self(), (PyObject *) swig_method_name ,(PyObject *)obj0,(PyObject *)obj1,(__argcnt < 4 ? nullptr : (PyObject *)obj2), nullptr)",
|
|
)),
|
|
],
|
|
"SwigDirector_UI_Hooks::saved" : [
|
|
("director_method_call_arity_cap", (
|
|
True, # add GIL lock
|
|
"saved",
|
|
"(method ,(__argcnt < 2 ? nullptr : (PyObject *)obj0), nullptr)",
|
|
"(swig_get_self(), (PyObject *) swig_method_name ,(__argcnt < 2 ? nullptr : (PyObject *)obj0), nullptr)",
|
|
)),
|
|
("spontaneous_callback_call", (
|
|
False, # add GIL lock
|
|
None, # try anchor
|
|
None # catch anchor
|
|
)),
|
|
],
|
|
# "SwigDirector_UI_Hooks::database_closed" : [
|
|
# ("director_method_call_arity_cap", (
|
|
# True, # add GIL lock
|
|
# "database_closed",
|
|
# "(method ,(__argcnt < 2 ? nullptr : (PyObject *)obj0), nullptr)",
|
|
# "(swig_get_self(), (PyObject *) swig_method_name ,(__argcnt < 2 ? nullptr : (PyObject *)obj0), nullptr)",
|
|
# )),
|
|
# ],
|
|
"__additional_thread_unsafe__" :
|
|
[
|
|
"py_get_ask_form",
|
|
"py_get_open_form",
|
|
"pyscv_init",
|
|
],
|
|
"error__varargs__" : [
|
|
("repl_text", ("resultobj = SWIG_Py_Void();", " // resultobj = SWIG_Py_Void();")),
|
|
("repl_text", ("return resultobj;", "qnotused(resultobj); // return resultobj;")),
|
|
],
|
|
"nomem__varargs__" : [
|
|
("repl_text", ("resultobj = SWIG_Py_Void();", " // resultobj = SWIG_Py_Void();")),
|
|
("repl_text", ("return resultobj;", "qnotused(resultobj); // return resultobj;")),
|
|
],
|
|
|
|
}
|