About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet179/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   175   176   177   178   179   180   181   182   ...   234
Bog'liq
python3 tutorial 060821094426

os.fdatasync() Method 
Description 
The method fdatasync() forces write of file with filedescriptor fd to disk. This does not 
force update of metadata. If you want to flush your buffer then you can use this method. 
Syntax 
Following is the syntax for fdatasync() method- 
os.fdatasync(fd) 
Parameters 
fd
- This is the file descriptor for which data to be written. 


Python 3 
265 
Return Value 
This method does not return any value. 
Example 
The following example shows the usage of fdatasync() method- 
#!/usr/bin/python3 
import os, sys 
# Open a file 
fd = os.open( "foo.txt", os.O_RDWR|os.O_CREAT ) 
# Write one string 
line="this is test"
# string needs to be converted byte object 
b=str.encode(line) 
os.write(fd, b) 
# Now you can use fdatasync() method. 
# Infact here you would not be able to see its effect. 
os.fdatasync(fd) 
# Now read this file from the beginning. 
os.lseek(fd, 0, 0) 
str = os.read(fd, 100) 
line = os.read(fd2, 100) 
str=line.decode() 
print ("Read String is : ", str) 
# Close opened file 
os.close( fd ) 
print ("Closed the file successfully!!") 
When we run the above program, it produces the following result- 
Read String is : This is test 
Closed the file successfully!! 


Python 3 
266 
os.fdopen() Method 
Description 
The method 
fdopen()
returns an open file object connected to the file descriptor fd. Then 
you can perform all the defined functions on file object. 
Syntax 
Following is the syntax for fdopen() method- 
os.fdopen(fd, [, mode[, bufsize]]); 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   175   176   177   178   179   180   181   182   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish