Scarab  v2.9.1
Project 8 C++ Utility Library
Namespaces | Functions
test_sequences_and_iterators.py File Reference

Go to the source code of this file.

Namespaces

 test_sequences_and_iterators
 

Functions

def isclose (a, b, rel_tol=1e-05, abs_tol=0.0)
 
def allclose (a_list, b_list, rel_tol=1e-05, abs_tol=0.0)
 
def test_generalized_iterators ()
 
def test_sliceable ()
 
def test_sequence ()
 
def test_map_iterator ()
 
def test_python_iterator_in_cpp ()
 
def test_iterator_passthrough ()
 
def test_iterator_rvp ()