-
Notifications
You must be signed in to change notification settings - Fork 308
Open
Labels
.NET interopIssues relating to how IronPython interacts with .NET typesIssues relating to how IronPython interacts with .NET types
Description
>>> round(1.23)
1
>>> round(System.Double(1.23))
1
>>> round(System.Numerics.BigInteger(123))
123
>>> round(System.Single(1.23))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: type Single doesn't define __round__ method
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.NET interopIssues relating to how IronPython interacts with .NET typesIssues relating to how IronPython interacts with .NET types