lsst.display.matplotlib gb32d437585+cb1993dea9
Loading...
Searching...
No Matches
lsst.display.matplotlib.wcsAxes._AstStringSource Class Reference

Public Member Functions

 __init__ (self, text)
 astsource (self)

Protected Attributes

 _lines = text.splitlines()
int _pos = 0

Detailed Description

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.

The documentation for this class was generated from the following file:
  • python/lsst/display/matplotlib/wcsAxes.py