Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cassandra/type_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
keys and values of the map
0x0022 Set: the value is an [option], representing the type
of the elements of the set

# This line is needed to workaround pytest issue https://github.com/pytest-dev/pytest/issues/10844
# It can be safely removed when the issue is solved
PYTEST_DONT_REWRITE
"""

CUSTOM_TYPE = 0x0000
Expand Down