Skip to content

Commit 962a367

Browse files
author
Klaus Zimmermann
committed
Add docstring stub
1 parent 997ba45 commit 962a367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esmvalcore/preprocessor/_io.py

+1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ class _TrackedCube(NamedTuple):
247247

248248
@classmethod
249249
def from_cube(cls, cube):
250+
"""Construct tracked cube."""
250251
times = cube.coord("time")
251252
start, end = times.core_points()[[0, -1]]
252253
return cls(cube, times, start, end)

0 commit comments

Comments
 (0)