首页IT科技cant find module webpack(Cant find module re 规格严格)

cant find module webpack(Cant find module re 规格严格)

时间2025-06-14 10:57:10分类IT科技浏览5223
导读:4.1 What parts of the Python library are supported?...

4.1 What parts of the Python library are supported?

The good news is that Jython now supports a large majority of the standard Python library. The bad news is that this has moved so rapidly, its hard to keep the documentation up to date.

Built-in modules (e.g. those that are written in C for CPython) are a different story. These would have to be ported to Java, or implemented with a JNI bridge in order to be used by Jython. Some built-in modules have been ported to JPython, most notably cStringIO, cPickle, struct, and binascii. It is unlikely that JNI modules will be included in Jython proper though.

If you want to use a standard Python module, just try importing it. If that works, youre probably all set. You can also do a dir() on the modules to check the list of functions it implements.

If there is some standard Python module that you have a real need for that doesnt work with Jython yet, please send us mail.

创心域SEO版权声明:以上内容作者已申请原创保护,未经允许不得转载,侵权必究!授权事宜、对本内容有异议或投诉,敬请联系网站管理员,我们将尽快回复您,谢谢合作!

展开全文READ MORE
js 异步 原理(理解javaScript异步) 多行文本框怎么设置(最多显示2行文字,多余的省略显示。)