Helper for the _find_* methods.
Checks to see if the function is marked as not requiring authentication with the @unauthenticated decorator. Returns True if decorator is set to True, False otherwise.
pretty table prints dictionaries.
Wrap values to max_length wrap if wrap>0
Adds ‘unauthenticated’ attribute to decorated function.
Usage:
@unauthenticated
def mymethod(f):
...