cf.Datetime.copy

Datetime.copy()[source]

Return a deep copy.

d.copy() is equivalent to copy.deepcopy(d).

Returns :
out :

The deep copy.

Examples

>>> e = d.copy()

Previous topic

cf.Datetime.utcnow

Next topic

cf.Datetime.timetuple

This Page