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
stdlib/3/_decimal.pyi Normal file
View File

@@ -0,0 +1,2 @@
from decimal import *

4
stdlib/3/_pydecimal.pyi Normal file
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 *