What is __ doc __ in python?



What is __ doc __ in python?..

Answer / Satyendra Kumar Gupta

__doc__ is a special built-in attribute of any Python object, used to store the documentation string (Docstring) that is defined for the object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is dataframe in python?

1 Answers  


Differentiate list and tuple with an example?

1 Answers  


How web scraping is done in python, explain in short?

1 Answers  


What is the difference between list and tuples?

1 Answers  


How do you get a list of all the keys in a dictionary in python?

1 Answers  


What is the definition of a classifier?

2 Answers  


What is the output of this line?

1 Answers  


How the string does get converted to a number?

1 Answers  


How do I emulate os.kill() in windows?

1 Answers  


What is the accomplishment you are most proud of?

1 Answers  


How do you concatenate strings in python?

1 Answers  


What is coercion?

1 Answers  


Categories