### Datetime - [time.strptime()](https://docs.python.org/3.14/library/datetime.html#datetime.time.strptime) and [date.strptime()](https://docs.python.org/3.14/library/datetime.html#datetime.date.strptime) in datetime ### Path - [Path.copy()](https://docs.python.org/3.14/library/pathlib.html#pathlib.Path.copy), [Path.copy_into()](https://docs.python.org/3.14/library/pathlib.html#pathlib.Path.copy_into), [Path.move()](https://docs.python.org/3.14/library/pathlib.html#pathlib.Path.move), [Path.move_into() ](https://docs.python.org/3.14/library/pathlib.html#pathlib.Path.move_into) - <s>[Path.info](https://docs.python.org/3.14/library/pathlib.html#pathlib.Path.info) which is populated when running [Path.iterdir()](https://docs.python.org/3.14/library/pathlib.html#pathlib.Path.iterdir)</s> Probably not useful. ### Testing - [assertStartsWith()](https://docs.python.org/3.14/library/unittest.html#unittest.TestCase.assertStartsWith), [assertNotStartsWith()](https://docs.python.org/3.14/library/unittest.html#unittest.TestCase.assertNotStartsWith), [assertEndsWith()](https://docs.python.org/3.14/library/unittest.html#unittest.TestCase.assertEndsWith), [assertNotEndsWith()](https://docs.python.org/3.14/library/unittest.html#unittest.TestCase.assertNotEndsWith) ### Typing - [io.Reader[T]](https://docs.python.org/3.14/library/io.html#io.Reader) - [io.Writer[T]](https://docs.python.org/3.14/library/io.html#io.Writer)
Datetime
Path
Path.info which is populated when running Path.iterdir()Probably not useful.Testing
Typing