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

ENH: add __eq__ #10

Merged
merged 1 commit into from
Aug 16, 2015
Merged

ENH: add __eq__ #10

merged 1 commit into from
Aug 16, 2015

Conversation

tacaswell
Copy link
Member

Closes #9

attn @WeatherGod

a = cycler('c', 'rgb')
b = cycler('c', 'rgb')
yield _eq_test_helper, a, b, True
yield _eq_test_helper, a, b[::-1], False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, neat, I hadn't noticed that you can slice cyclers!

WeatherGod added a commit that referenced this pull request Aug 16, 2015
@WeatherGod WeatherGod merged commit ddc6e11 into matplotlib:master Aug 16, 2015
@tacaswell tacaswell deleted the enh_add_eq branch August 17, 2015 00:04
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

Successfully merging this pull request may close these issues.

None yet

2 participants