(self, direction)
| 153 | return self.get_attribute_from_ref_artist("markeredgewidth") |
| 154 | |
| 155 | def set_tick_direction(self, direction): |
| 156 | _api.check_in_list(["in", "out", "inout"], direction=direction) |
| 157 | self._tick_dir = direction |
| 158 | |
| 159 | def get_tick_direction(self): |
| 160 | return self._tick_dir |
no outgoing calls