About the Tutorial



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

Parameters 

fd
- This is the file descriptor for which a file object is to be returned. 

mode
- This optional argument is a string indicating how the file is to be opened. 
The most commonly-used values of mode are 'r' for reading, 'w' for writing 
(truncating the file if it already exists), and 'a' for appending. 

bufsize
- This optional argument specifies the file's desired buffer size: 0 means 
unbuffered, 1 means line buffered, any other positive value means use a buffer of 
(approximately) that size. 
Return Value 
This method returns an open file object connected to the file descriptor. 
Example 
The following example shows the usage of fdopen() method. 
#!/usr/bin/python3 
import os, sys 
# Open a file 
fd = os.open( "foo.txt", os.O_RDWR|os.O_CREAT ) 
# Now get a file object for the above file. 
fo = os.fdopen(fd, "w+") 
# Tell the current position 
print ("Current I/O pointer position :%d" % fo.tell()) 
# Write one string 
fo.write( "Python is a great language.\nYeah its great!!\n"); 


Python 3 
267 
# Now read this file from the beginning. 
os.lseek(fd, 0, 0) 
str = os.read(fd, 100) 
print ("Read String is : ", str) 
# Tell the current position 
print "Current I/O pointer position :%d" % fo.tell() 
# Close opened file 
fo.close() 
print ("Closed the file successfully!!") 
When we run the above program, it produces the following result- 
Current I/O pointer position :0 
Read String is : This is testPython is a great language. 
Yeah its great!! 
Current I/O pointer position :45 
Closed the file successfully!! 
os.fpathconf() Method 
Description 
The method 
fpathconf()
returns system configuration information relevant to an open 
file.This variable is very similar to unix system call fpathconf() and accept the similar 
arguments. 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   176   177   178   179   180   181   182   183   ...   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