mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
modified 'parent_in_hierarchy' docstring
This commit is contained in:
parent
7e8e61c0e4
commit
a1cd1890d6
1 changed files with 5 additions and 5 deletions
|
|
@ -491,13 +491,13 @@ class AbstractPlaceholder:
|
|||
return False
|
||||
|
||||
@abstractmethod
|
||||
def parent_in_hierarchy(self, containers):
|
||||
"""Place container in correct hierarchy
|
||||
given by placeholder
|
||||
def parent_in_hierarchy(self, container):
|
||||
"""Place loaded container in correct hierarchy given by placeholder
|
||||
|
||||
Args:
|
||||
containers (String): Container name returned back by
|
||||
placeholder's loader.
|
||||
container (Dict[str, Any]): Loaded container created by loader.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue