Classes | |
| class | GridFile |
| class | GridIn |
| class | GridOut |
| class | GridOutIterator |
Functions | |
| def | _create_property |
Variables | |
| _SEEK_CUR = os.SEEK_CUR | |
| _SEEK_END = os.SEEK_END | |
| _SEEK_SET = os.SEEK_SET | |
| int | DEFAULT_CHUNK_SIZE = 256 |
| def gridfs::grid_file::_create_property | ( | field_name, | ||
| docstring, | ||||
read_only = False, |
||||
closed_only = False | ||||
| ) | [private] |
Helper for creating properties to read/write to files.
Definition at line 50 of file grid_file.py.
| int gridfs::grid_file::_SEEK_CUR = os.SEEK_CUR |
Definition at line 37 of file grid_file.py.
| int gridfs::grid_file::_SEEK_END = os.SEEK_END |
Definition at line 38 of file grid_file.py.
| int gridfs::grid_file::_SEEK_SET = os.SEEK_SET |
Definition at line 36 of file grid_file.py.
| int gridfs::grid_file::DEFAULT_CHUNK_SIZE = 256 |
Definition at line 47 of file grid_file.py.