Horizon
Loading...
Searching...
No Matches
pool_manager.hpp
1#pragma once
2#include <Python.h>
3
4extern PyTypeObject PoolManagerType;
5
6typedef struct {
7 PyObject_HEAD
8 /* Type-specific fields go here. */
Definition pool_manager.hpp:6