Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__nonzero__ and __bool__ in builtins #850

Closed
afrieder opened this issue Jan 20, 2017 · 1 comment
Closed

__nonzero__ and __bool__ in builtins #850

afrieder opened this issue Jan 20, 2017 · 1 comment

Comments

@afrieder
Copy link
Contributor

Is there any reason none of the types in builtins.py have __nonzero__ (for Python 2) or __bool__ (for Python 3) defined on them? Some of them, like int definitely have a method defined. Or is this just a missing function?

@afrieder afrieder changed the title __nonzero__ and __bool__ __nonzero__ and __bool__ in builtins Jan 20, 2017
@JukkaL
Copy link
Contributor

JukkaL commented Jan 20, 2017

It looks like these are just missing from the stubs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants