Extension of Builtin Functions ============================== Following extended versions of built-in functions are provided. The function name may be sufficed with ``_`` to avoid name conflict with Python keywords and built-in functions. ----------------- Callable Creators ----------------- .. autofunction:: calcpy.arggetter .. autofunction:: calcpy.attrgetter .. autofunction:: calcpy.itemgetter .. autofunction:: calcpy.methodcaller .. autofunction:: calcpy.constantcreator -------- Checkers -------- .. autofunction:: calcpy.argchecker .. autofunction:: calcpy.attrchecker .. autofunction:: calcpy.itemchecker