Lines Matching defs:Array
53 """Takes an array, add indentation to each entry and prints it."""
77 if entry.Array():
112 if entry.Array():
152 if entry.Array():
220 if not entry.Array():
329 def Array(self):
419 if self.Array():
427 if self.Array() and not self._can_be_array:
429 'Entry "%s" cannot be created as an array '
439 'optional and array around line %d' ) % (
866 """Allows direct access to elements of the array."""
1063 array = 0
1081 if not array and token == 'array':
1082 array = 1
1148 if array:
1155 if array: