Lines Matching defs:label
332 def label(object, index=None):
333 """label: set or get the label of the item. Specify file by name or fsspec."""
343 """label: Get the label for the object."""
357 """label: Set the label for the object."""
787 label(f, 2) # set the label of this file to something orange
788 print '\tlabel', label(f) # get the label of this file