File tree Expand file tree Collapse file tree
tests/integration/cqlengine/query Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818This module houses the main classes you will interact with,
1919:class:`.Cluster` and :class:`.Session`.
2020"""
21- from __future__ import absolute_import
2221
2322import atexit
2423from binascii import hexlify
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- from __future__ import absolute_import # to enable import io from stdlib
1817from collections import defaultdict , deque
1918import errno
2019from functools import wraps , partial , total_ordering
Original file line number Diff line number Diff line change 2929# for example), these classes would be a good place to tack on
3030# .from_cql_literal() and .as_cql_literal() classmethods (or whatever).
3131
32- from __future__ import absolute_import # to enable import io from stdlib
3332import ast
3433from binascii import unhexlify
3534import calendar
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- from __future__ import absolute_import # to enable import io from stdlib
1817from collections import namedtuple
1918import logging
2019import socket
Original file line number Diff line number Diff line change 1313# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414# See the License for the specific language governing permissions and
1515# limitations under the License.
16- from __future__ import absolute_import
1716
1817import unittest
1918
You can’t perform that action at this time.
0 commit comments