blob: a6ee3ed9ae8c35a1c5dfeb892f76dd062a1f7e5b (
plain) (
blame)
1
2
3
4
|
A small C++ header library which makes it easier to write Python extension
modules. The primary feature is a PyObject smart pointer which automatically
handles reference counting and provides convenience methods for performing
common object operations.
|