Skip to content

Rethink the way ObjectPath **and** operator works #80

@adriank

Description

@adriank

>>> 3 and 4 => 4
>>> {"name": 1} and {"name": 2} => {"name": 2}

Operator and should work according to what's in the reference manual:

Negative are: false, null, 0, "", [], {}. Any other value is positive.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions