(*args, **kwargs)
| 1582 | |
| 1583 | @staticmethod |
| 1584 | def operation(*args, **kwargs): |
| 1585 | return get_meta_library(args[0]).to_datetime(*args, **kwargs) |
| 1586 | |
| 1587 | @functools.cached_property |
| 1588 | def _kwargs(self): |
nothing calls this directly
no test coverage detected