Home | History | Annotate | Download | only in Finder

Lines Matching defs:disk

18 class disk(aetools.ComponentItem):
19 """disk - A disk """
26 """capacity - the total number of bytes (free or used) on the disk """
34 """format - the filesystem format of this disk """
38 """free space - the number of free bytes left on the disk """
42 """ignore privileges - Ignore permissions on this disk? """
50 """startup - Is this disk the boot disk? """
64 disks = disk
150 disk._superclassnames = ['container']
153 disk._privpropdict = {
163 disk._privelemdict = {
184 'disk' : disk,
251 'cdis' : disk,