About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet175/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   171   172   173   174   175   176   177   178   ...   234
Bog'liq
python3 tutorial 060821094426

os.closerange() Method 
Description 
The method closerange() closes all file descriptors from fd_low (inclusive) to fd_high 
(exclusive), ignoring errors.This method is introduced in Python version 2.6. 
Syntax 
Following is the syntax for closerange() method- 
os.closerange(fd_low, fd_high) 
Parameters 


Python 3 
257 

fd_low
- This is the Lowest file descriptor to be closed. 

fd_high
- This is the Highest file descriptor to be closed. 
This function is equivalent to- 
for fd in xrange(fd_low, fd_high): 
try: 
os.close(fd) 
except OSError: 
pass 
Return Value 
This method does not return any value. 
Example 
The following example shows the usage of closerange() 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) 
# Close a single opened file 
os.closerange( fd, fd) 
print ("Closed all the files successfully!!") 
This would create given file foo.txt and then write given content in that file. This will 
produce the following result- 
Closed all the files successfully! 


Python 3 
258 
os.dup() Method 
Description 
The method dup() returns a duplicate of file descriptor 
fd
which can be used in place of 
original descriptor. 
Syntax 
Following is the syntax for dup() method- 
os.dup(fd) 
Parameters 
fd
- This is the original file descriptor. 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   171   172   173   174   175   176   177   178   ...   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