mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
Update selector.py (#2102)
Add BOOLEAN: "TRUE" | "FALSE" | "true" | "false"| "True" | "False"
This commit is contained in:
@@ -55,7 +55,7 @@ class Selector:
|
||||
equal: "="
|
||||
morethan: ">"
|
||||
lessthan: "<"
|
||||
BOOLEAN: "TRUE" | "FALSE"
|
||||
BOOLEAN: "TRUE" | "FALSE" | "true" | "false"| "True" | "False"
|
||||
NULL: "NULL"
|
||||
|
||||
// Embed common.lark for packaging
|
||||
|
||||
Reference in New Issue
Block a user