开发者

IronPython compiler version at runtime

开发者 https://www.devze.com 2022-12-09 23:12 出处:网络
How to get IronPython compiler version 开发者_运维知识库at runtime (interactive session)?You can find out the current version via the sys module:

How to get IronPython compiler version 开发者_运维知识库at runtime (interactive session)?


You can find out the current version via the sys module:

>>> import sys
>>> sys.version
'2.4.0 (IronPython 1.1.2 (1.1.2) on .NET 2.0.50727.3603)'
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号