Skip to content
Snippets Groups Projects
  • Mitchel Humpherys's avatar
    lrdp-v2: linux_list.py: make the `extra' argument of `walk' optional · e2f87e11
    Mitchel Humpherys authored
    It's not always useful to pass extra data to the list walker function.
    For example, if the list walker function is a class method, state can be
    passed around by simply modifying class instance variables. Update
    `ListWalker.walk' to accept extra arguments optionally, not require
    them.
    
    Change-Id: I433f1e34db5c143c838f0eb2ed7f58203712ccb3
    e2f87e11