|
lsst.pipe.tasks g11492f7fc6+3ca22dca16
|
Public Member Functions | |
| def | __init__ (self, registryName, createTableFunc, forceCreateTables) |
| def | __exit__ (self, excType, excValue, traceback) |
Public Attributes | |
| registryName | |
| conn | |
Context manager to provide a pgsql registry
Definition at line 14 of file ingestPgsql.py.
| def lsst.pipe.tasks.ingestPgsql.PgsqlRegistryContext.__init__ | ( | self, | |
| registryName, | |||
| createTableFunc, | |||
| forceCreateTables | |||
| ) |
Construct a context manager @param registryName: Name of registry file @param createTableFunc: Function to create tables @param forceCreateTables: Force the (re-)creation of tables?
Reimplemented from lsst.pipe.tasks.ingest.RegistryContext.
Definition at line 17 of file ingestPgsql.py.
| def lsst.pipe.tasks.ingestPgsql.PgsqlRegistryContext.__exit__ | ( | self, | |
| excType, | |||
| excValue, | |||
| traceback | |||
| ) |
Reimplemented from lsst.pipe.tasks.ingest.RegistryContext.
Definition at line 43 of file ingestPgsql.py.
| lsst.pipe.tasks.ingestPgsql.PgsqlRegistryContext.conn |
Definition at line 26 of file ingestPgsql.py.
| lsst.pipe.tasks.ingestPgsql.PgsqlRegistryContext.registryName |
Definition at line 24 of file ingestPgsql.py.