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

vcs should rember the original value stored by the user #50

Open
chaosphere2112 opened this issue Nov 23, 2016 · 0 comments
Open

vcs should rember the original value stored by the user #50

chaosphere2112 opened this issue Nov 23, 2016 · 0 comments
Assignees
Labels
enhancement low Low Priority bug (but not enhancement)
Milestone

Comments

@chaosphere2112
Copy link
Contributor

example

>>> gm  = x.createisoline()
>>> gm.line= ['dot','dash']
>>> gm.line
['dot', 'dash']
>>> gm.line= [1,2,3]
>>> gm.line
['dash', 'dot', 'dash-dot']
>>> 

Migrated from: CDAT/cdat#2010

@doutriaux1 doutriaux1 modified the milestone: 3.0 May 5, 2017
@doutriaux1 doutriaux1 modified the milestones: 3.0, post 3.0 Mar 29, 2018
@doutriaux1 doutriaux1 modified the milestones: 8.1, 8.2 Mar 27, 2019
@scottwittenburg scottwittenburg added enhancement low Low Priority bug (but not enhancement) labels May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement low Low Priority bug (but not enhancement)
Projects
None yet
Development

No branches or pull requests

3 participants