We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a17e0 commit 3dc349eCopy full SHA for 3dc349e
docs/usage.md
@@ -587,7 +587,7 @@ What about `str` operator?
587
{'10.1.0.0': {'peerGroup': 'IPv4-UNDERLAY-SPINE'}}]
588
>>> result = check.evaluate(check_args, value)
589
>>> result
590
-((True, [{'7.7.7.7': {'peerGroup': 'EVPN-OVERLAY-SPINE'}}]), False)
+([{'7.7.7.7': {'peerGroup': 'EVPN-OVERLAY-SPINE'}}], False)
591
```
592
593
Can you guess what would be the outcome for an `int`, `float` operator?
0 commit comments