atm.compat module

Backwards compaitibility module.

This module contains functions to ensure compatibility with both Python 2 and 3

Functions

getargs(function)

Get the function arguments using inspect.

atm.compat.getargs(function)[source]

Get the function arguments using inspect.