Skip to content

Instantly share code, notes, and snippets.

@webgtx
Created June 3, 2024 04:44
Show Gist options
  • Save webgtx/b82b1b2e02b8b82ac0da1c645d5faa95 to your computer and use it in GitHub Desktop.
Save webgtx/b82b1b2e02b8b82ac0da1c645d5faa95 to your computer and use it in GitHub Desktop.
from pathlib import Path
generator = Path().iterdir()
print(generator) # generatorx98e1c
print(sorted(generator)) # [PurePath(".bashrc"), PurePath(".vimrc")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment