#include <cpython.h>
Public Attributes | |
| DllRef | _dll | 
| Url | _path | 
| Int32 | _major | 
| Int32 | _minor | 
| Int32 | _micro | 
| Bool | _isRelease | 
| Int32 | _apiVersion | 
| Bool | _staticallyLinked | 
| DllRef _dll | 
| Url _path | 
The dll to the loaded Python library.
| Int32 _major | 
Path of the library.
| Int32 _minor | 
Major version of Python, e.g. 2.
| Int32 _micro | 
Minor version of Python, e.g. 7.
| Bool _isRelease | 
Micro version of Python, e.g. 14.
| Int32 _apiVersion | 
True if the library is a release, otherwise false.
| Bool _staticallyLinked | 
Internal Python API version.