Explorar el Código

Update typing.py

BLUELOVETH hace 2 años
padre
commit
ab96dbb028
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      python/typing.py

+ 2 - 0
python/typing.py

@@ -32,6 +32,8 @@ LiteralString = _PLACEHOLDER
 Iterable = _PLACEHOLDER
 Generator = _PLACEHOLDER
 
+Hashable = _PLACEHOLDER
+
 TypeVar = _PLACEHOLDER
 Self = _PLACEHOLDER