About the Tutorial


Parameters  NA  Return Value



Download 2,85 Mb.
Pdf ko'rish
bet159/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   155   156   157   158   159   160   161   162   ...   234
Bog'liq
python3 tutorial 060821094426

Parameters 
NA 
Return Value 
This method does not return any value. 
Example 
The following example shows the usage of flush() method. 
#!/usr/bin/python3 
# Open a file 
fo = open("foo.txt", "wb") 
print ("Name of the file: ", fo.name) 
# Here it does nothing, but you can call it with read operation. 
fo.flush() 
# Close opend file 
fo.close() 
When we run the above program, it produces the following result- 
Name of the file: foo.txt 


Python 3 
228 
File fileno() Method 
Description 
The method 
fileno()
returns the integer file descriptor that is used by the underlying 
implementation to request I/O operations from the operating system. 
Syntax 
Following is the syntax for fileno() method- 
fileObject.fileno()
Parameters 
NA 
Return Value 
This method returns the integer file descriptor. 
Example 
The following example shows the usage of fileno() method. 
#!/usr/bin/python3 
# Open a file 
fo = open("foo.txt", "wb") 
print ("Name of the file: ", fo.name) 
fid = fo.fileno() 
print ("File Descriptor: ", fid) 
# Close opend file 
fo.close() 
When we run the above program, it produces the following result- 
Name of the file: foo.txt 
File Descriptor: 3 
File isatty() Method 
Description 
The method isatty() returns True if the file is connected (is associated with a terminal 
device) to a tty(-like) device, else False. 


Python 3 
229 
Syntax 
Following is the syntax for isatty() method- 
fileObject.isatty() 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   155   156   157   158   159   160   161   162   ...   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