mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Updated docstrings
This commit is contained in:
parent
3a2d831ca6
commit
0070edb34b
1 changed files with 5 additions and 1 deletions
|
|
@ -119,7 +119,11 @@ class SceneInventoryController:
|
|||
project_name, product_ids)
|
||||
|
||||
def get_hook_loaders_by_identifier(self):
|
||||
"""Returns lists of pre|post hooks per Loader identifier."""
|
||||
"""Returns lists of pre|post hooks per Loader identifier.
|
||||
|
||||
Returns:
|
||||
(dict) {"LoaderName": {"pre": ["PreLoader1"], "post":["PreLoader2]}
|
||||
"""
|
||||
if self._hooks_by_identifier is None:
|
||||
self._hooks_by_identifier = get_hook_loaders_by_identifier()
|
||||
return self._hooks_by_identifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue