Commit bac64649 authored by Andreas Jung's avatar Andreas Jung

indexSize(), numObjects()

parent 0aa59c23
...@@ -312,10 +312,13 @@ class DateRangeIndex(UnIndex): ...@@ -312,10 +312,13 @@ class DateRangeIndex(UnIndex):
# #
security.declareProtected( VIEW_PERMISSION , 'numObjects' ) security.declareProtected( VIEW_PERMISSION , 'numObjects' )
def numObjects( self ): def numObjects( self ):
""" """ """
"""
return len( self._unindex ) return len( self._unindex )
def indexSize(self):
""" """
return len(self)
# #
# Helper functions. # Helper functions.
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment