Package core :: Module file_system :: Class FSProps
[hide private]
[frames] | no frames]

Class FSProps

source code

object --+
         |
        FSProps

Represents the properties of a file system

Instance Methods [hide private]
 
__init__(self, java_obj) source code
 
total_space(self)
returns the total space on the file system, in bytes.
source code
 
unallocated_space(self)
returns unallocated space on the file system, in bytes.
source code
 
usable_space(self)
returns usable space on the file system, in bytes.
source code
Method Details [hide private]

__init__(self, java_obj)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

total_space(self)

source code 

returns the total space on the file system, in bytes.

Decorators:
  • @property

unallocated_space(self)

source code 

returns unallocated space on the file system, in bytes.

Decorators:
  • @property

usable_space(self)

source code 

returns usable space on the file system, in bytes.

Decorators:
  • @property