Skip to main content
/
Mac Attack
/
Group items tagged __nonzero__
Group items tagged
Filter:
All
|
Bookmarks
|
Topics
Simple
Middle
python - if A vs if A is not None: - Stack Overflow
- 0 views
stackoverflow.com/...if-a-vs-if-a-is-not-none
python
__nonzero__
None
shared by
Benjamin Bandt-Horn
on 30 Dec 13
-
No Cached
if A: will call A.__nonzero__()
...
Cancel
and so A is not None is faster since there is much less work to do
...
Cancel
if A: seems to be more efficient
...
Cancel
...1 more annotation...
python -m timeit
...
Cancel
Benjamin Bandt-Horn
on 30 Dec 13
The statement if A: will call A.__nonzero__()
The statement if A: will call A.__nonzero__()
...
Cancel
...
Cancel
1
-
1
of
1
Showing
20
▼
items per page
20
50
100
Related searches
Search
__nonzero__
matching in title, tags, annotations and url of group items »
Search in Google »