@tsukassadrive · Post #2293 · 30.10.2024 г., 22:22
#photo#atmospheric
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #214 · 12 фев.
Как правильно проверить атрибуты доступа файла? То есть доступна ли запись в файл или является ли он исполняемым? Для этого в Python есть функция os.access() Проверять так: os.access(path, flag) Функция вернёт bool в зависимости от наличия указанного флага. Всего есть 4 флага проверки: os.F_OK - наличие файла на диске os.R_OK - доступ на чтение os.W_OK - доступ на запись os.X_OK - доступ на исполнение Например, вместо try-except лучше делать так (пример из документации): if os.access("myfile", os.R_OK): with open("myfile") as fp: return fp.read() #basic#libs
Пребарај: #atmospheric
@tsukassadrive · Post #2293 · 30.10.2024 г., 22:22
#photo#atmospheric
Hashtags
@tsukassadrive · Post #2928 · 12.11.2025 г., 00:19
#photo#atmospheric#aesthetic source
Hashtags
@tsukassadrive · Post #2927 · 12.11.2025 г., 00:09
#photo#atmospheric#aesthetic source
Hashtags
@tsukassadrive · Post #1997 · 14.08.2024 г., 14:39
#photo#aesthetic#atmospheric source
Hashtags
@tsukassadrive · Post #1839 · 20.07.2024 г., 12:28
#photo#aesthetic#atmospheric source
Hashtags
@tsukassadrive · Post #3081 · 15.04.2026 г., 21:03
#photo#photography#atmospheric source
Hashtags
@tsukassadrive · Post #3078 · 12.04.2026 г., 20:38
#photo#photography#atmospheric source
Hashtags
@tsukassadrive · Post #3019 · 24.01.2026 г., 14:42
#photo#photography#atmospheric source
Hashtags
@tsukassadrive · Post #2695 · 19.04.2025 г., 19:40
#photo#photography#atmospheric source
Hashtags
@tsukassadrive · Post #2554 · 04.03.2025 г., 22:07
#photo#photography#atmospheric source
Hashtags
@tsukassadrive · Post #2520 · 20.02.2025 г., 00:25
#photo#photography#atmospheric source
Hashtags
@tsukassadrive · Post #2492 · 21.01.2025 г., 19:57
#photo#photography#atmospheric source
Hashtags