Skip to content

blissdata: Use Undefined instead of Null

Valentin Valls requested to merge cherry-pick-23c52f86 into master

Use Undefined which is a common stuff from JavaScript.

  • No need more than a single instance
  • Use the same semantic as None
    • v is Undefined
    • isinstance(v, UndefinedType)

Related to #1837 (closed)

Edited by Valentin Valls

Merge request reports