Skip to content

Replace instances of ``if x.has_key(y)`` with ``if y in x``.

Chris Lamb requested to merge lamby/dak:has-key into master

Merge request reports

Loading