~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_annotator_pyx.pyx

Add a test_source test, to ensure that all funcs have either an except
clause, or are documented as not raising an exception.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    return 0
84
84
 
85
85
 
86
 
cdef PyObject *_next_tuple_entry(object tpl, Py_ssize_t *pos):
 
86
cdef PyObject *_next_tuple_entry(object tpl, Py_ssize_t *pos): # no except
87
87
    """Return the next entry from this tuple.
88
88
 
89
89
    :param tpl: The tuple we are investigating, *must* be a PyTuple