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
43b4be851e
commit
84f8a61cc6
1 changed files with 9 additions and 0 deletions
|
|
@ -162,6 +162,15 @@ class LoaderPlugin(list):
|
|||
|
||||
@classmethod
|
||||
def get_representations(cls):
|
||||
"""Representation names with which is plugin compatible.
|
||||
|
||||
Empty set makes the plugin incompatible with any representation. To
|
||||
allow compatibility with all representations use '{"*"}'.
|
||||
|
||||
Returns:
|
||||
set[str]: Names with which is plugin compatible.
|
||||
|
||||
"""
|
||||
return cls.representations
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue