Skip to content

Commit

Permalink
Add docstring for column_buffer_size
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Jul 24, 2012
1 parent 5423484 commit 7d6bc1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycassa/columnfamily.py
Expand Up @@ -79,6 +79,7 @@ class ColumnFamily(object):
of rows. The default is 1024. """

column_buffer_size = 1024
""" The number of columns fetched at once for :meth:`xget()` """

read_consistency_level = ConsistencyLevel.ONE
""" The default consistency level for every read operation, such as
Expand Down

0 comments on commit 7d6bc1f

Please sign in to comment.