What is a file descriptor used in Python?
Answers
Answered by
0
In short, open() creates new fileobjects, os.open() creates OS-level file descriptors, and os.fdopen() creates afile object out of a file descriptor. File descriptors are a low-level facility for working with files directly provided by the operating system kernel
Similar questions
Math,
7 months ago
Accountancy,
7 months ago
Science,
7 months ago
Computer Science,
1 year ago
Math,
1 year ago
English,
1 year ago