Loading lib/galaxy/objectstore/__init__.py +3 −0 Original line number Diff line number Diff line Loading @@ -229,6 +229,7 @@ class ObjectStore(metaclass=abc.ABCMeta): extra_dir_at_root=False, alt_name=None, obj_dir: bool = False, user = None, ) -> bool: """ Delete the object identified by `obj`. Loading Loading @@ -586,6 +587,7 @@ class BaseObjectStore(ObjectStore): extra_dir_at_root=False, alt_name=None, obj_dir: bool = False, user=None, ) -> bool: return self._invoke( "delete", Loading @@ -597,6 +599,7 @@ class BaseObjectStore(ObjectStore): extra_dir_at_root=extra_dir_at_root, alt_name=alt_name, obj_dir=obj_dir, user=user, ) def get_data( Loading Loading
lib/galaxy/objectstore/__init__.py +3 −0 Original line number Diff line number Diff line Loading @@ -229,6 +229,7 @@ class ObjectStore(metaclass=abc.ABCMeta): extra_dir_at_root=False, alt_name=None, obj_dir: bool = False, user = None, ) -> bool: """ Delete the object identified by `obj`. Loading Loading @@ -586,6 +587,7 @@ class BaseObjectStore(ObjectStore): extra_dir_at_root=False, alt_name=None, obj_dir: bool = False, user=None, ) -> bool: return self._invoke( "delete", Loading @@ -597,6 +599,7 @@ class BaseObjectStore(ObjectStore): extra_dir_at_root=extra_dir_at_root, alt_name=alt_name, obj_dir=obj_dir, user=user, ) def get_data( Loading