Lines Matching +full:python +full:- +full:version
11 "The lldb module contains the public APIs for Python binding.
39 Since version 3.0.9, swig's logic for importing the native module has changed in
40 a way that is incompatible with our usage of the python module as __init__.py
41 (See swig bug #769). Fortunately, since version 3.0.11, swig provides a way for
49 # _lldb should be a built-in module.
52 # Relative import should work if we are being loaded by Python.
85 // Include the version of swig that was used to generate this interface.
86 %define EMBED_VERSION(VERSION)
93 swig_version = (_to_int(VERSION // 0x10000), _to_int(VERSION // 0x100), _to_int(VERSION))
112 %include "python-typemaps.swig"
117 #include "../source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h"
118 #include "../source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h"
119 #include "../bindings/python/python-swigsafecast.swig"
121 using namespace lldb_private::python;
126 %include "python-extensions.swig"
127 %include "python-wrapper.swig"