Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | _engine.object --+ | name_space._name_space.entry --+ | name_space._name_space.directory --+ | directory
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
__init__( (object)arg1, (url)arg2) -> None : C++ signature : void __init__(_object*,saga::url) __init__( (object)arg1, (url)arg2, (int)arg3) -> None : C++ signature : void __init__(_object*,saga::url,int) __init__( (object)arg1, (session)arg2, (url)arg3) -> None : C++ signature : void __init__(_object*,saga::session,saga::url) __init__( (object)arg1, (session)arg2, (url)arg3, (int)arg4) -> None : C++ signature : void __init__(_object*,saga::session,saga::url,int)
|
get_size( (directory)arg1, (url)arg2) -> int : returns the size of this directory (plain) C++ signature : long long get_size(saga::filesystem::directory,saga::url) get_size( (directory)arg1, (routine_type)arg2, (url)arg3) -> task : returns the size of this directory (task based) C++ signature : saga::task get_size(saga::filesystem::directory,saga::python::routine_type,saga::url) |
is_file( (directory)arg1, (url)arg2) -> bool : returns, whether the given item refers to a file (plain) C++ signature : bool is_file(saga::filesystem::directory,saga::url) is_file( (directory)arg1, (routine_type)arg2, (url)arg3) -> task : returns, whether the given item refers to a file (task based) C++ signature : saga::task is_file(saga::filesystem::directory,saga::python::routine_type,saga::url) |
open( (directory)arg1, (url)arg2 [, (int)arg3]) -> file : opens the given file in this directory (plain) C++ signature : saga::filesystem::file open(saga::filesystem::directory,saga::url [,int]) open( (directory)arg1, (routine_type)arg2, (url)arg3 [, (int)arg4]) -> task : opens the given file in this directory (task based) C++ signature : saga::task open(saga::filesystem::directory,saga::python::routine_type,saga::url [,int])
|
open_dir( (directory)arg1, (url)arg2 [, (int)arg3]) -> directory : opens the given directory in this directory (plain) C++ signature : saga::filesystem::directory open_dir(saga::filesystem::directory,saga::url [,int]) open_dir( (directory)arg1, (routine_type)arg2, (url)arg3 [, (int)arg4]) -> task : opens the given directory in this directory (task based) C++ signature : saga::task open_dir(saga::filesystem::directory,saga::python::routine_type,saga::url [,int])
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 25 14:54:03 2008 | http://epydoc.sourceforge.net |