Giter Club home page Giter Club logo

tqdm-stubs's Introduction

tqdm-stubs

Note: `typeshed`_ now includes higher quality stubs for tqdm.

PyPI Package PyPI Downloads License Python Versions libraries.io sourcerank GitHub stars CI status GitHub last commit Checked with Mypy Code style: black

Stub type files for tqdm

I found type signatures from here; I put them into their own package and am writing tests.

Quickstart

If you don't have pip installed, see the pip install guide.

$ pip install tqdm-stubs

tqdm-stubs's People

Contributors

charmoniumq avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tqdm-stubs's Issues

Needs declaration for `__exit__`

The declarations for tqdm in this package have it inherit typing.ContextManager, which is a generic version of contextlib.AbstractContextManager, which declares __exit__ as an abstract method. As this package does not define a stub for __exit__, mypy assumes that tqdm does not override the abstract method and is thus an abstract class. As a result, this code:

from tqdm import tqdm

t = tqdm(total=1000)

fails to type-check with mypy 0.961 and tqdm-stubs 0.2.0, giving the error:

tqdm-stubs.py:3: error: Cannot instantiate abstract class "tqdm" with abstract attribute "__exit__"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.