filmov
tv
Python - 069 : dir() function in python #python #pythonprogramming #pythontutorial
Показать описание
The dir() function returns all properties and methods of the specified object, without the values. This function will return all the properties and methods, even built-in properties which are default for all object.