xbuiltins

The builtins package contains modules with functions that can be used to 
replace one of Python's own built-in functions on certain occasions when a 
particular mechanism is desired, such as an 'abs' function that handles 
both single numbers and lists/tuples containing numbers, and a 'map' function 
that works on several data structures.

 
Package Contents
       
xabs
xmap

 
Data
        __all__ = ['xabs', 'xmap']