Skip to content

Commit

Permalink
add all back
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 16, 2024
1 parent 443d9d3 commit a0e25fd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/aerospike.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,15 +532,15 @@ struct module_obj_name_to_creation_method {
static struct module_obj_name_to_creation_method module_pyobjects[] = {
// TODO: Define macros somewhere
{"exception", AerospikeException_New},
// {"predicates", AerospikePredicates_New},
// {"Client", (PyObject * (*)(void)) AerospikeClient_Ready},
// {"Query", (PyObject * (*)(void)) AerospikeQuery_Ready},
// {"GeoJSON", (PyObject * (*)(void)) AerospikeGeospatial_Ready},
// {"null", (PyObject * (*)(void)) AerospikeNullObject_Ready},
// {"CDTWildcard", (PyObject * (*)(void)) AerospikeWildcardObject_Ready},
// {"CDTInfinite", (PyObject * (*)(void)) AerospikeInfiniteObject_Ready},
// {"KeyOrderedDict", (PyObject * (*)(void)) AerospikeKeyOrderedDict_Ready},
// {"Scan", (PyObject * (*)(void)) AerospikeScan_Ready},
{"predicates", AerospikePredicates_New},
{"Client", (PyObject * (*)(void)) AerospikeClient_Ready},
{"Query", (PyObject * (*)(void)) AerospikeQuery_Ready},
{"GeoJSON", (PyObject * (*)(void)) AerospikeGeospatial_Ready},
{"null", (PyObject * (*)(void)) AerospikeNullObject_Ready},
{"CDTWildcard", (PyObject * (*)(void)) AerospikeWildcardObject_Ready},
{"CDTInfinite", (PyObject * (*)(void)) AerospikeInfiniteObject_Ready},
{"KeyOrderedDict", (PyObject * (*)(void)) AerospikeKeyOrderedDict_Ready},
{"Scan", (PyObject * (*)(void)) AerospikeScan_Ready},
};

PyMODINIT_FUNC PyInit_aerospike(void)
Expand Down

0 comments on commit a0e25fd

Please sign in to comment.