Ejemplo n.º 1
0
 def listShareDirContents(self, shared_directory_name):
     """
     Function which is used to list the contents of the prepared sandbox folder managed by this app
     Args:
         shared_directory_name (str): full name of directory managed by this app
     """
     shareref = GPIProxyObjectFactory(getRegistry("prep").getShareRef())
     shareref.ls(shared_directory_name)
Ejemplo n.º 2
0
 def listShareDirContents(self, shared_directory_name):
     """
     Function which is used to list the contents of the prepared sandbox folder managed by this app
     Args:
         shared_directory_name (str): full name of directory managed by this app
     """
     shareref = GPIProxyObjectFactory(getRegistry("prep").getShareRef())
     shareref.ls(shared_directory_name)
Ejemplo n.º 3
0
 def listShareDirContents(self,shared_directory_name):
     shareref = GPIProxyObjectFactory(getRegistry("prep").getShareRef())
     shareref.ls(shared_directory_name)
Ejemplo n.º 4
0
 def listShareDirContents(self, shared_directory_name):
     shareref = GPIProxyObjectFactory(getRegistry("prep").getShareRef())
     shareref.ls(shared_directory_name)