You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
527 B
41 lines
527 B
4 years ago
|
<btree >
|
||
|
b'bar2'
|
||
|
KeyError
|
||
|
None
|
||
|
b'dflt'
|
||
|
KeyError
|
||
|
(b'bar1', b'foo1')
|
||
|
(b'foo1', b'bar1')
|
||
|
(b'foo3', b'bar3')
|
||
|
---
|
||
|
(b'bar1', b'foo1')
|
||
|
(b'foo1', b'bar1')
|
||
|
(b'foo3', b'bar3')
|
||
|
---
|
||
|
(b'foo1', b'bar1')
|
||
|
(b'foo3', b'bar3')
|
||
|
---
|
||
|
(b'foo1', b'bar1')
|
||
|
---
|
||
|
(b'bar1', b'foo1')
|
||
|
(b'foo1', b'bar1')
|
||
|
---
|
||
|
(b'foo1', b'bar1')
|
||
|
(b'foo3', b'bar3')
|
||
|
---
|
||
|
(b'foo3', b'bar3')
|
||
|
(b'foo1', b'bar1')
|
||
|
(b'bar1', b'foo1')
|
||
|
(b'foo1', b'bar1')
|
||
|
None
|
||
|
True
|
||
|
[b'bar1', b'foo1', b'foo3']
|
||
|
[b'foo1', b'bar1', b'bar3']
|
||
|
b'bar1'
|
||
|
b'foo1'
|
||
|
b'foo3'
|
||
|
foo1 True
|
||
|
foo2 False
|
||
|
baz1 True
|
||
|
TypeError
|