Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyCapsule_New

1487     object = PyCapsule_New(capsule_pointer, capsule_name, capsule_destructor);

1494 object = PyCapsule_New(known, "ignored", NULL);