mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add docstring
This commit is contained in:
parent
4f09e30e20
commit
c45a424536
1 changed files with 11 additions and 0 deletions
|
|
@ -96,6 +96,17 @@ class ExtractBurnin(publish.Extractor):
|
|||
instance.data["representations"].remove(repre)
|
||||
|
||||
def _get_burnins_per_representations(self, instance, src_burnin_defs):
|
||||
"""
|
||||
|
||||
Args:
|
||||
instance (pyblish.api.Instance): Pyblish instance.
|
||||
src_burnin_defs (list): Burnin definitions.
|
||||
|
||||
Returns:
|
||||
list[tuple[dict, list]]: List of tuples containing representation
|
||||
and its burnin definitions.
|
||||
|
||||
"""
|
||||
self.log.debug(
|
||||
"Filtering of representations and their burnins starts"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue