Skip to content
Snippets Groups Projects
Commit f1837748 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

element.py: Adding missing API documenting comment

parent 7c937cb8
No related branches found
No related tags found
No related merge requests found
......@@ -1915,6 +1915,13 @@ class Element(Plugin):
def _get_artifact_size(self):
return self.__artifact_size
# _get_artifact_cache()
#
# Accessor for the artifact cache
#
# Returns:
# (ArtifactCache): The artifact cache
#
def _get_artifact_cache(self):
return self.__artifacts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment