Skip to content
Snippets Groups Projects
Commit 406705701c2d authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

rebase: explicitly tests for None

Changeset 361bccce566a removed the mutable default value, but did not explicitly
tested for None. Such implicit checking can introduce semantic and performance
issue. We move to an explicit check for None as recommended by PEP8:

https://www.python.org/dev/peps/pep-0008/#programming-recommendations
parent 807387581d89
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment