12 lines
		
	
	
		
			220 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			220 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| try:
 | |
|     from cassandra.row_parser import make_recv_results_rows
 | |
|     HAVE_CYTHON = True
 | |
| except ImportError:
 | |
|     HAVE_CYTHON = False
 | |
| 
 | |
| try:
 | |
|     import numpy
 | |
|     HAVE_NUMPY = True
 | |
| except ImportError:
 | |
|     HAVE_NUMPY = False
 |