Tutorials Point


  Python Basics
  Python Advanced
  Python Useful References
  Python Useful Resources
  Selected Reading

© 2011 TutorialsPoint.COM


  Home     References     Discussion Forums     About TP  

Python File isatty() Method


previous next AddThis Social Bookmark Button


Description:

This method return True if the file is connected (is associated with a terminal device) to a tty(-like) device, else False.

Syntax:

fileObject.isatty(); 

Parameters:

Here is the detail of parameters:

  • NA

Example:

#!/usr/bin/python

# Open a file
fo = open("foo.txt", "wb")
print "Name of the file: ", fo.name

ret = fo.isatty()
print "Return value : ", ret

# Close opend file
fo.close()

This produces following result:

Name of the file:  foo.txt
Return value :  False


previous next Printer Friendly



  

Advertisement

Online Image Processing

Indian Baby Names