Closed
Description
@ducktype
is not part of PEP 484, so remove it from the public API (it can still be used internally in stubs).
Also, rename it to @_promote
since that's arguably a better name (@abarnet proposed promote
).
PEP 484 discussion: python/typing#48