File: coders.py

package info (click to toggle)
python-xarray 2025.08.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,804 kB
  • sloc: python: 115,417; makefile: 260; sh: 47
file content (8 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
"""
This module provides coder objects that encapsulate the
"encoding/decoding" process.
"""

from xarray.coding.times import CFDatetimeCoder, CFTimedeltaCoder

__all__ = ["CFDatetimeCoder", "CFTimedeltaCoder"]