Files
typeshed/stdlib
Adam Simpkins 79b2df4b24 os.DirEntry.stat() accepts a follow_symlinks keyword argument (#2538)
This function accepts the same arguments as the is_file() and is_dir()
methods in this class.

This also marks the follow_symlinks arguments to `is_dir()` and
`is_file()` as keyword only.
2018-10-23 23:13:33 +02:00
..
2018-10-23 14:00:26 +02:00
2018-04-06 11:09:11 -07:00