mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 02:39:31 -06:00
Add bindings for global/abstract flag functions
This commit is contained in:
@@ -372,6 +372,13 @@ static PyMethodDef PGF_methods[] = {
|
||||
"Create new transaction"
|
||||
},
|
||||
|
||||
{"getGlobalFlag", (PyCFunction)PGF_getGlobalFlag, METH_VARARGS,
|
||||
"Get the value of a global flag"
|
||||
},
|
||||
{"getAbstractFlag", (PyCFunction)PGF_getAbstractFlag, METH_VARARGS,
|
||||
"Get the value of an abstract flag"
|
||||
},
|
||||
|
||||
{NULL} /* Sentinel */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user