summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-04-19 10:16:44 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-04-19 10:16:44 +0000
commit47871da2163c016272749887e422d70829cdc752 (patch)
treeed6fb9ad5be7411ec6d3b7b8fcc083118ee4e129 /python/lassomod.c
parent871b0cd4a4a1a62a3d83b20689c593ffba15f421 (diff)
downloadlasso-47871da2163c016272749887e422d70829cdc752.tar.gz
lasso-47871da2163c016272749887e422d70829cdc752.tar.xz
lasso-47871da2163c016272749887e422d70829cdc752.zip
add add_assertion method for Response object
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index 5e0ad680..96fb2a8c 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -68,6 +68,7 @@ static PyMethodDef lasso_methods[] = {
{"response_create", response_create, METH_VARARGS},
{"response_getattr", response_getattr, METH_VARARGS},
{"response_init", response_init, METH_VARARGS},
+ {"response_add_assertion", response_add_assertion, METH_VARARGS},
{NULL, NULL} /* End of Methods Sentinel */
};