File: test_utils.py

package info (click to toggle)
exchange-calendars 4.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,264 kB
  • sloc: python: 25,872; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 73 bytes parent folder | download
1
2
3
4
5
import pandas as pd


def T(x):  # noqa: N802
    return pd.Timestamp(x)