Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Python.LibraryCompiler
Return an indication of the compiler used to build the current Python version, in square brackets.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Python | 15.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Python.LibraryCompiler" )
Parameters
none
Result
Returns OK or error.
Description
Return an indication of the compiler used to build the current Python version, in square brackets.The value is available to Python code as part of the variable sys.version.
Examples
Query compiler name:
MBS( "Python.LibraryCompiler")
Example result: [Clang 16.0.0 (clang-1600.0.26.4)]
See also
Blog Entries
This function is free to use.
Created 30th March 2025, last changed 30th March 2025
