Skip to content

support different variable names #1

@haakondr

Description

@haakondr

Two functions with different variable names but same semantics should result in the same checksum. Example:

def some_strange_looking_function(param1, callback_fn):
    tail = param1[-1]
    return callback_fn(tail)
def same_function_but_with_different_variable_names(xxx, callback_yyy):
    trail = xxx[-1]
    return callback_yyy(trail)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions