def get_code(): """ returns the code for the current class """ return inspect.getsource(OneDirectionalAStar)