Skip to content

duplicate conditions mapper.py: line14  #1

@songron

Description

@songron
return [(k,str(v)) for k,v in self.entity.__dict__.iteritems() if not k.startswith("_") and not k.startswith("__")]

It's the same as:

return [(k,str(v)) for k,v in self.entity.__dict__.iteritems() if not k.startswith("_")]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions