Skip to content

Organizations

@pypy

Popular repositories

  1. Python 2 and 3 compatibility library

    Python 676 163

  2. A bugtracker

    Python 1 1

  3. Forked from dedis/Dissent

    Provably Anonymous Overlay

    C++ 1

  4. notes for a 2015 lecture about compressed sensing

    TeX 1

  5. Forked from bazelbuild/bazel

    a fast, scalable, multi-language and extensible build system

    Java 1

545 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

June 2020

Created an issue in python/mypy that received 1 comment

reveal_type in else clause swallowed

$ mypy --version mypy 0.780 $ cat example.py def main(): # type: () -> None if any: pass else: reveal_type(42) main() $ mypy example.py Success: no…

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.