mirror of https://github.com/patacrep/patacrep.git
Browse Source
Slight behoavior differences between all() and != (None,None): - all() requires ALL terms to be not None (where (None, "cm") would pass != (None,None)) - all() checks for None or 0 or empty string No empty unit is supported (yet) A size of 0 does not really makes sense (and currently is passed since it is the string "0")pull/218/head
Oliverpool
9 years ago
1 changed files with 10 additions and 8 deletions
Loading…
Reference in new issue