Scarab  v2.11.1
Project 8 C++ Utility Library
Functions | Variables
test_buffers Namespace Reference

Functions

def test_from_python ()
 
def test_to_python ()
 
def test_inherited_protocol ()
 
def test_pointer_to_member_fn ()
 

Variables

 pytestmark = pytest.requires_numpy
 

Function Documentation

◆ test_from_python()

def test_buffers.test_from_python ( )

Definition at line 12 of file test_buffers.py.

◆ test_inherited_protocol()

def test_buffers.test_inherited_protocol ( )
SquareMatrix is derived from Matrix and inherits the buffer protocol

Definition at line 73 of file test_buffers.py.

◆ test_pointer_to_member_fn()

def test_buffers.test_pointer_to_member_fn ( )

Definition at line 82 of file test_buffers.py.

◆ test_to_python()

def test_buffers.test_to_python ( )

Definition at line 38 of file test_buffers.py.

Variable Documentation

◆ pytestmark

pytestmark = pytest.requires_numpy

Definition at line 6 of file test_buffers.py.