lsst.daf.base  22.0.1-5-g15c806e+279be02bb3
Public Member Functions | List of all members
lsst.daf.base.dateTime.dateTimeContinued.DateTime Class Reference

Public Member Functions

def toPython (self, timescale=None)
 
def __repr__ (self)
 
def __reduce__ (self)
 

Detailed Description

Definition at line 33 of file dateTimeContinued.py.

Member Function Documentation

◆ __reduce__()

def lsst.daf.base.dateTime.dateTimeContinued.DateTime.__reduce__ (   self)

Definition at line 58 of file dateTimeContinued.py.

◆ __repr__()

def lsst.daf.base.dateTime.dateTimeContinued.DateTime.__repr__ (   self)

Definition at line 52 of file dateTimeContinued.py.

◆ toPython()

def lsst.daf.base.dateTime.dateTimeContinued.DateTime.toPython (   self,
  timescale = None 
)
Convert a DateTime to Python's datetime

Parameters
----------
timescale : `dateTime.DateTime.Timescale`, optional
    Timescale for resultant datetime.

Returns
-------
datetime : `datetime.datetime`
    The resultant Python `datetime.datetime` object.

Definition at line 35 of file dateTimeContinued.py.


The documentation for this class was generated from the following file: