Skip to content

Fix type comments of dynamic arguments.

username-removed-53909 requested to merge mcepl/m2crypto:147_args_lists into master
def foo(*args):

should have

    # type: (*Any) -> None

According to the discussion with Jukka Lehtosalo and Ivan Levkivskyi (on https://gitter.im/python/typing).

Fixes #147 (closed)

Edited by username-removed-53909

Merge request reports