Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. data = pycassa.ColumnFamily(con,"data")
  2. dictionary = data.get(key)
  3. print type(dictionary)
  4. --> <type 'dict'>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement