Add _pydecimal and _decimal stubs (#4003)

This commit is contained in:
Rune Tynan
2020-05-27 04:10:51 -04:00
committed by GitHub
parent f1d96d97fe
commit 7ac284f641
6 changed files with 12 additions and 8 deletions
+2
View File
@@ -0,0 +1,2 @@
from decimal import *
+4
View File
@@ -0,0 +1,4 @@
# This is a slight lie, the implementations aren't exactly identical
# However, in all likelihood, the differences are inconsequential
from decimal import *