|
lsst.afw g714e0ed6de+61745a5d47
|
Classes | |
| class | Field |
| class | Key |
| class | Schema |
| class | SchemaItem |
Functions | |
| _registerInstantiations (abc, types) | |
| makeSchemaFromFields (fields) | |
Variables | |
| dict | _dtypes |
|
protected |
Iterate over a private dict (filled by template instantiations in C++) to register template instantiations a TemplateMeta ABCs. If an entry for the type string exists in _dtypes, we use that instead of the string as the key, and use the string as an alias.
Definition at line 61 of file _schema.py.
| lsst.afw.table._schema.makeSchemaFromFields | ( | fields | ) |
Create a Schema from a sequence of Fields. For pickle support.
Parameters
----------
fields : `tuple` ['lsst.afw.table.Field']
The fields to construct the new Schema from.
Returns
-------
schema : `lsst.afw.table.Schema`
The constructed Schema.
Definition at line 246 of file _schema.py.
|
protected |
Definition at line 37 of file _schema.py.