We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaf22a commit b4cec6dCopy full SHA for b4cec6d
CHANGELOG.md
@@ -13,6 +13,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
13
- Added function that sets Py_NoSiteFlag to 1.
14
- Added support for Jetson Nano.
15
- Added support for __len__ for .NET classes that implement ICollection
16
+- Added `__name__` and `__signature__` to reflected .NET methods
17
- Added PythonException.Format method to format exceptions the same as traceback.format_exception
18
- Added Runtime.None to be able to pass None as parameter into Python from .NET
19
- Added PyObject.IsNone() to check if a Python object is None in .NET.
0 commit comments