mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix docstring
This commit is contained in:
parent
00b6880506
commit
c253bc11d0
1 changed files with 1 additions and 4 deletions
|
|
@ -1585,10 +1585,7 @@ class PlaceholderLoadMixin(object):
|
|||
placeholder.load_succeed(container)
|
||||
|
||||
def cleanup_placeholder(self, placeholder):
|
||||
"""Cleanup placeholder after load of single representation.
|
||||
|
||||
Can be called multiple times during placeholder item populating and is
|
||||
called even if loading failed.
|
||||
"""Cleanup placeholder after load of its corresponding representations.
|
||||
|
||||
Args:
|
||||
placeholder (PlaceholderItem): Item which was just used to load
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue