summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-01-28 22:41:41 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-01-28 22:41:41 (GMT)
commitce583a69951bf9a94ca46bcf9f598cdc94b80e29 (patch)
tree7cba2490ddc2130b2a1406010f2fbb9751a28aad /plugins/pychrysalide/helpers.h
parentb5a9a3798f43136d5f72391c173880010baef901 (diff)
Improved handling of NotImplemented exceptions for Python calls.
Diffstat (limited to 'plugins/pychrysalide/helpers.h')
-rw-r--r--plugins/pychrysalide/helpers.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/pychrysalide/helpers.h b/plugins/pychrysalide/helpers.h
index ffbfe30..edc6686 100644
--- a/plugins/pychrysalide/helpers.h
+++ b/plugins/pychrysalide/helpers.h
@@ -45,9 +45,6 @@ int convert_to_callable(PyObject *, void *);
bool has_python_method(PyObject *, const char *);
/* Appelle une routine Python. */
-PyObject *_run_python_method(PyObject *, PyObject *);
-
-/* Appelle une routine Python. */
PyObject *run_python_method(PyObject *, const char *, PyObject *);
/* Ajoute une constante au dictionnaire d'un type Python donné. */