Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Python.LibraryBuildInfo
Return information about the sequence number and build date and time of the current Python interpreter instance.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Python | 15.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Python.LibraryBuildInfo" )
Parameters
none
Result
Returns OK or error.
Description
Return information about the sequence number and build date and time of the current Python interpreter instance.The value is available to Python code as part of the variable sys.version.
Examples
Query build info:
MBS( "Python.LibraryBuildInfo" )
Example result: main, Dec 3 2024, 17:59:52
Blog Entries
This function is free to use.
Created 30th March 2025, last changed 30th March 2025
