We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c377311 commit 32a696cCopy full SHA for 32a696c
tarantool/utils.py
@@ -19,7 +19,7 @@ def check_key(*args, **kwargs):
19
elif args[0] is None and kwargs['select']:
20
return []
21
for key in args:
22
- assert isinstance(key, six.integer_types + six.string_types)
+ assert isinstance(key, six.integer_types + six.string_types + (float,))
23
return list(args)
24
25
0 commit comments