Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zope-container
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
zope-container
Commits
9a490ea8
Commit
9a490ea8
authored
Apr 16, 2008
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing spaces for readability
parent
3722aab1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/zope/app/container/tests/test_btree.py
src/zope/app/container/tests/test_btree.py
+3
-3
No files found.
src/zope/app/container/tests/test_btree.py
View file @
9a490ea8
...
...
@@ -29,9 +29,9 @@ class TestBTreeContainer(TestSampleContainer, TestCase):
class
TestBTreeLength
(
TestCase
):
def
testStoredLength
(
self
):
#
This is lazy for backward compatibility.
If the len is not
#stored already we set it to the length of the underlying
#btree.
#
This is lazy for backward compatibility.
If the len is not
#
stored already we set it to the length of the underlying
#
btree.
bc
=
BTreeContainer
()
self
.
assertEqual
(
bc
.
__dict__
[
'_BTreeContainer__len'
](),
0
)
del
bc
.
__dict__
[
'_BTreeContainer__len'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment