Changeset 86f88a4 in trunk
- Timestamp:
- 2020-11-29T21:32:19Z (5 years ago)
- Branches:
- master
- Children:
- d2d3f1f4
- Parents:
- 54e4549
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/test_dirnode.py ¶
r54e4549 r86f88a4 1527 1527 1528 1528 @implementer(IMutableFileNode) 1529 class FakeMutableFile(object): 1529 class FakeMutableFile(object): # type: ignore # incomplete interface 1530 1530 counter = 0 1531 1531 def __init__(self, initial_contents=""): … … 1588 1588 return defer.succeed(FakeMutableFile(contents)) 1589 1589 1590 class FakeClient2(_Client): 1590 class FakeClient2(_Client): # type: ignore # ambiguous MRO 1591 1591 def __init__(self): 1592 1592 self.nodemaker = FakeNodeMaker(None, None, None,
Note: See TracChangeset
for help on using the changeset viewer.