Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Popular repositories
-
Forked from paulsm/pyzeroconf
A pure python implementation of multicast DNS service discovery
-
Mirror of SVN-based "asterisk's huawei 3g dongle channel driver" project with my Asterisk 10 and 11 compatibility patches (asterisk10 and asterisk11 branches)
-
Use this application to get Socket.IO support in your Django project and dive into real time web.
-
-
412 contributions in the last year
Contribution activity
December 2019
Created an issue in python/mypy that received 1 comment
Incorrent "Missing return statement" in presence of bad combination of decorated function call, definition order and NoReturn
Code to reproduce: from typing import Callable, NoReturn, TypeVar def no_return() -> NoReturn: pass def use_decorated_before_defined() -> int: deco…
1
comment