Previous topic

exceptions

This Page

utility

fbrelation.utility

Defines utility functions for use throughout the library.

find(f, xs)[source]

Iterates over xs and returns the first element x for which f(x) is True. Returns None if no such element is found.