Skip to content

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.