j
k
j a
j l
Andrew Kenneth Milton wrote:
if hasattr(object, isPrincipiaFolderish) and object.isPrincipiaFolderish: print "object is Folderish."
...or, more neatly: if getattr(object,'isPrincipiaFolderish',None): print "I'm folderish"
Back to the thread
Back to the list