Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elf: remove return parameters for ElfFile's _extract() #2867

Merged
merged 1 commit into from Jan 13, 2020

Commits on Jan 12, 2020

  1. elf: remove return parameters for ElfFile's _extract()

    - Set defaults in __init__ and update in _extract_attributes().
    
    - Operate directly on self instead of returning a massive
    tuple.
    
    - Rename to _extract_attributes() and drop `path` argument
    already available in self.
    
    - Update fake elf fixtures.
    
    Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
    Chris Patterson committed Jan 12, 2020
    Copy the full SHA
    07746eb View commit details
    Browse the repository at this point in the history