Scarab  2.8.1
Project 8 C++ Utility Library
Functions | Variables
test_buffers.cpp File Reference
#include "pybind11_tests.h"
#include "constructor_stats.h"
Include dependency graph for test_buffers.cpp:

Go to the source code of this file.

Functions

void test_submodule_buffers (py::module &)
 

Variables

test_initializer buffers ("buffers", test_submodule_buffers)
 

Function Documentation

◆ test_submodule_buffers()

void test_submodule_buffers ( py::module m)

Construct from a buffer

Bare bones interface

Provide buffer access

Definition at line 13 of file test_buffers.cpp.

Variable Documentation

◆ buffers

test_initializer buffers("buffers", test_submodule_buffers)