lsst.daf.base
19.0.0-4-g66397f0
|
Public Member Functions | |
def | toPython (self, timescale=None) |
def | __repr__ (self) |
def | __reduce__ (self) |
Definition at line 33 of file dateTimeContinued.py.
def lsst.daf.base.dateTime.dateTimeContinued.DateTime.__reduce__ | ( | self | ) |
Definition at line 50 of file dateTimeContinued.py.
def lsst.daf.base.dateTime.dateTimeContinued.DateTime.__repr__ | ( | self | ) |
Definition at line 44 of file dateTimeContinued.py.
def lsst.daf.base.dateTime.dateTimeContinued.DateTime.toPython | ( | self, | |
timescale = None |
|||
) |
Convert a DateTime to Python's datetime @param timescale Timescale for resultant datetime
Definition at line 35 of file dateTimeContinued.py.