Skip to content

Changes

Started 6 days 18 hr ago
Queued 7.9 sec
Took 2 min 8 sec on built-in

Summary

  1. sysmo_isim_sja2: use `==` operator instead if `is` (details)
Commit 190c95b959c62b270efdd6c48e330cc237f179dd by lynxis
sysmo_isim_sja2: use `==` operator instead if `is`

The equals operator (`==`) can be overloaded by the clases which checks
the value.
While an `is` is a direct checks directs the type and value.
The convention in python is use `==` for everything except checking for None.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
The file was modifiedsysmo_isim_sja2.py