Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: print all method and property of list object
Post: RE: print all method and property of list object

(Oct-26-2019, 05:04 PM)Gribouillis Wrote: Python's designers prefer function calls over exotic syntactic constructs.thank you for your advice and deceleration
engmoh General Coding Help 4 2,874 Oct-26-2019, 05:33 PM
    Thread: print all method and property of list object
Post: RE: print all method and property of list object

thank you very much can i replace "i" to value of "i" immediately without getattr() function
engmoh General Coding Help 4 2,874 Oct-26-2019, 02:18 PM
    Thread: print all method and property of list object
Post: print all method and property of list object

lst=[1,2,5] d=dir(lst)#content all methon and properties for i in d: print(lst.i)if i run i have AttributeError: 'list' object has no attribute 'i'
engmoh General Coding Help 4 2,874 Oct-26-2019, 01:31 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020