Scarab  v2.9.1
Project 8 C++ Utility Library
Functions | Variables
test_local_bindings.cpp File Reference
#include "pybind11_tests.h"
#include "local_bindings.h"
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>
#include <numeric>
Include dependency graph for test_local_bindings.cpp:

Go to the source code of this file.

Functions

void test_submodule_local_bindings (py::module &)
 

Variables

test_initializer local_bindings ("local_bindings", test_submodule_local_bindings)
 

Function Documentation

◆ test_submodule_local_bindings()

void test_submodule_local_bindings ( py::module m)

Definition at line 17 of file test_local_bindings.cpp.

Variable Documentation

◆ local_bindings

test_initializer local_bindings("local_bindings", test_submodule_local_bindings)