|
lsst.display.matplotlib gb32d437585+cb1993dea9
|
Public Member Functions | |
| __init__ (self, text) | |
| astsource (self) | |
Protected Attributes | |
| _lines = text.splitlines() | |
| int | _pos = 0 |
Present AST native serialization text to `starlink.Ast.Channel`.
`starlink.Ast.Channel` reads via an object with an ``astsource``
method returning one line per call, and `None` at end of input.
Parameters
----------
text : `str`
AST native serialization of an AST object.