Functions | |
def | test_carray_iterator () |
def | test_generalized_iterators () |
def | test_generalized_iterators_simple () |
def | test_iterator_doc_annotations () |
def | test_iterator_passthrough () |
def | test_iterator_referencing () |
def | test_iterator_rvp () |
def | test_map_iterator () |
def | test_nonref_iterators () |
def | test_python_iterator_in_cpp () |
def | test_sequence () |
def | test_sequence_doc () |
def | test_sequence_length () |
def | test_slice_constructors () |
def | test_slice_constructors_explicit_optional () |
def | test_sliceable () |
def test_sequences_and_iterators.test_carray_iterator | ( | ) |
#4100: Check for proper iterator overload with C-Arrays
Definition at line 262 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_generalized_iterators | ( | ) |
Definition at line 21 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_generalized_iterators_simple | ( | ) |
Definition at line 53 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_iterator_doc_annotations | ( | ) |
Definition at line 63 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_iterator_passthrough | ( | ) |
#181: iterator passthrough did not compile
Definition at line 245 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_iterator_referencing | ( | ) |
Test that iterators reference rather than copy their referents.
Definition at line 72 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_iterator_rvp | ( | ) |
#388: Can't make iterators via make_iterator() with different r/v policies
Definition at line 253 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_map_iterator | ( | ) |
Definition at line 189 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_nonref_iterators | ( | ) |
Definition at line 46 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_python_iterator_in_cpp | ( | ) |
Definition at line 213 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_sequence | ( | ) |
Definition at line 109 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_sequence_doc | ( | ) |
Definition at line 185 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_sequence_length | ( | ) |
#2076: Exception raised by len(arg) should be propagated
Definition at line 165 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_slice_constructors | ( | ) |
Definition at line 10 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_slice_constructors_explicit_optional | ( | ) |
Definition at line 16 of file test_sequences_and_iterators.py.
def test_sequences_and_iterators.test_sliceable | ( | ) |
Definition at line 96 of file test_sequences_and_iterators.py.