#include "nrnwrap_Python.h"
#include "nrn_export.hpp"
#include "neuron/unique_cstr.hpp"
#include <cassert>
Go to the source code of this file.
◆ CHECK_PROP_INVALID
#define CHECK_PROP_INVALID |
( |
|
propid | ) |
|
Value: { \
if (!propid) { \
nrnpy_prop_referr(); \
} \
}
Definition at line 36 of file nrnpy_utils.h.
◆ CHECK_SEC_INVALID
#define CHECK_SEC_INVALID |
( |
|
sec | ) |
|
Value: { \
nrnpy_sec_referr(); \
} \
}
Definition at line 27 of file nrnpy_utils.h.
◆ is_python_string()
bool is_python_string |
( |
PyObject * |
python_string | ) |
|
|
inline |
◆ nrnpy_prop_referr()
void nrnpy_prop_referr |
( |
| ) |
|
◆ nrnpy_sec_referr()
void nrnpy_sec_referr |
( |
| ) |
|