(self, options=None, **kwargs)
| 173 | """A Flight server that numbers incoming/outgoing data.""" |
| 174 | |
| 175 | def __init__(self, options=None, **kwargs): |
| 176 | super().__init__(**kwargs) |
| 177 | self.options = options |
| 178 | |
| 179 | def do_get(self, context, ticket): |
| 180 | data = [ |