Changeset 2477261 in trunk
- Timestamp:
- 2020-08-07T18:13:20Z (5 years ago)
- Branches:
- master
- Children:
- 6726c6e
- Parents:
- 0a2b797
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/interfaces.py ¶
r0a2b797 r2477261 88 88 89 89 90 TestVector = ListOf(TupleOf(Offset, ReadSize, str, str))90 TestVector = ListOf(TupleOf(Offset, ReadSize, bytes, bytes)) 91 91 # elements are (offset, length, operator, specimen) 92 92 # operator is one of "lt, le, eq, ne, ge, gt" … … 112 112 Return a dictionary of version information. 113 113 """ 114 return DictOf( str, Any())114 return DictOf(bytes, Any()) 115 115 116 116 def allocate_buckets(storage_index=StorageIndex,
Note: See TracChangeset
for help on using the changeset viewer.