Lines Matching defs:comment
128 def comment(object, comment=None):
129 """comment: get or set the Finder-comment of the item, displayed in the 'Get Info' window."""
132 if comment is None:
135 return _setcomment(object_alias, comment)
137 def _setcomment(object_alias, comment):
144 args["data"] = comment
808 print 'Put a comment in file', f, ':'
809 print '\t', comment(f) # print the Finder comment this file has
810 s = 'This is a comment no one reads!'
811 comment(f, s) # set the Finder comment