thautwarm / Traffy.UnityPython

An efficient Python implementation in C#, running on every platform via Unity IL2CPP.
MIT License
44 stars 0 forks source link

Python abstract class Comparable #23

Closed thautwarm closed 2 years ago

thautwarm commented 2 years ago

https://github.com/thautwarm/unitypython-typeshed/blob/10d08be0f6b2c87a2bb39ac881a27b848ebdfc79/stdlib/typing.pyi#L718

thautwarm commented 2 years ago

only __lt__ is abstract, others are mixin

thautwarm commented 2 years ago

done