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

Tables ArrayColumn docs 9957 #279

Merged
merged 5 commits into from
Mar 7, 2013

Conversation

manics
Copy link
Member

@manics manics commented Mar 6, 2013

The belated second part of ticket 9957, documentation for ArrayColumns.

This applies to new features, so should be held back until the next release.

:param long size: The width of the array, `>= 1`

:param [][] values: A list of arrays, each of length :attr:`size`
(optional).
Copy link
Member

Choose a reason for hiding this comment

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

In what sense is it optional? I feel like the argument could omitted entirely but I don't see a corresponding constructor, so is it just that one can pass null or somesuch?

Copy link
Member Author

Choose a reason for hiding this comment

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

It can be omitted entirely (effectively defaults to None), at least in Python, not sure how it works in opther languages. The [ ] was meant to indicate an optional arg, unfortunately it doubles as a list indicator.

Copy link
Member

Choose a reason for hiding this comment

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

Ohh, thanks! Yes, that makes more sense now.

@manics
Copy link
Member Author

manics commented Mar 7, 2013

@mtbc Hypenated fixed-width

@mtbc
Copy link
Member

mtbc commented Mar 7, 2013

Thank you for indulging me. (-: Good to merge.

joshmoore added a commit that referenced this pull request Mar 7, 2013
@joshmoore joshmoore merged commit 64962b8 into ome:dev_4_4 Mar 7, 2013
@manics manics deleted the tables_arraycolumns_9957-2 branch February 13, 2014 14:41
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

3 participants