Fixing product and combinations (#5213)

This commit is contained in:
hatal175
2021-04-13 09:45:19 +03:00
committed by GitHub
parent ff91f5630b
commit f89cff3bf8
2 changed files with 63 additions and 50 deletions

View File

@@ -184,8 +184,6 @@ ipaddress._BaseAddress.is_unspecified
ipaddress._BaseAddress.max_prefixlen
ipaddress._BaseAddress.packed
ipaddress._BaseNetwork.max_prefixlen
itertools.combinations # not a function at runtime, cannot represent with __init__ or __new__
itertools.product # not a function at runtime, cannot represent with __init__ or __new__
lib2to3.pygram.pattern_symbols
lib2to3.pygram.python_symbols
lib2to3.pytree.Base.__new__