Source Academy Modules
    Preparing search index...

    Function get_arg_list

    • Given a mocked function, returns all the arguments the function has been called with as a list of lists.

      Parameters

      • fn: MockedFunction

        Mocked function

      Returns List

      List where each element represents a different time the function was called.