Source code for abelian.utils

#!/usr/bin/env python
# -*- coding: utf-8 -*-

[docs]def identity(x): """ The identity mapping. """ return x