#include <pybind11/stl.h>
#include "constructor_stats.h"
#include "pybind11_tests.h"
#include <utility>
Go to the source code of this file.
Macros | |
#define | GC_IF_NEEDED |
#define | REFCNT(x) Py_REFCNT(x) |
Functions | |
TEST_SUBMODULE (kwargs_and_defaults, m) | |
#define GC_IF_NEEDED |
TEST_SUBMODULE | ( | kwargs_and_defaults | , |
m | |||
) |
Definition at line 17 of file test_kwargs_and_defaults.cpp.