| LCOV - code coverage report | ||||||||||||||||||||||
|  | ||||||||||||||||||||||
| 
 | ||||||||||||||||||||||
|  | 
| Line data Source code 1 : 2 : #include "Python.h" 3 : 4 : #ifndef PLATFORM 5 : #define PLATFORM "unknown" 6 : #endif 7 : 8 : const char * 9 3 : Py_GetPlatform(void) 10 : { 11 3 : return PLATFORM; 12 : } | 
|  | 
| Generated by: LCOV version 1.10 |