-
Notifications
You must be signed in to change notification settings - Fork 291
Developer's Documentation
Pavel Koneski edited this page Jan 19, 2025
·
1 revision
This section contains articles about IronPython internals and mechanisms. They are primarily of use to IronPython developers and contributors to the source code.
-
File Descriptors in IronPython — an article about how IronPython exposes or emulates file descriptors that are normally accessible in Python by a call to
fileno()
method on a file-like object.
Still looking for more? Send a message by creating a feature request on the Issues tab.
🐍 IronPython