class BigBracket(object):
Method | __init__ |
Set the size and symbol for the bracket. |
Method | getcell |
Get the bracket piece as an array cell. |
Method | getcontents |
Get the bracket as an array or as a single bracket. |
Method | getpiece |
Return the nth piece for the bracket. |
Method | getpiece1 |
Return the only piece for a single-piece bracket. |
Method | getpiece3 |
Get the nth piece for a 3-piece bracket: parenthesis or square bracket. |
Method | getpiece4 |
Get the nth piece for a 4-piece bracket: curly bracket. |
Method | getsinglebracket |
Return the bracket as a single sign. |
Instance Variable | alignment |
Undocumented |
Instance Variable | original |
Undocumented |
Instance Variable | pieces |
Undocumented |
Instance Variable | size |
Undocumented |