Pathlib Flashcards
1
Q
A double underscore variable in Python is referred to as a?
A
Dunder
2
Q
A variable that Python has defined so that it can use it in a “Special Way”
A
Dunder
3
Q
A standard 3D image format that can be exported and opened by various 3D image editing programs
A
OBJ file
4
Q
Path classes are divided between what?
A
Pure paths & concrete paths
5
Q
Pure paths provide purely what?
A
Computational operations WITHOUT I/O
6
Q
Concrete paths inherit from pure paths but also what?
A
Provide I/O operations
7
Q
This operation allows us to get the directory above
A
‘.parent’