mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
changed 'get_data' docstring
This commit is contained in:
parent
5d0cd42a81
commit
7e8e61c0e4
1 changed files with 6 additions and 4 deletions
|
|
@ -537,10 +537,12 @@ class AbstractPlaceholder:
|
|||
pass
|
||||
|
||||
@abstractmethod
|
||||
def get_data(self, node):
|
||||
"""
|
||||
Collect placeholders information.
|
||||
def get_data(self, identifier):
|
||||
"""Collect information about placeholder by identifier.
|
||||
|
||||
Args:
|
||||
node (AnyNode): A unique node decided by Placeholder implementation
|
||||
identifier (str): A unique placeholder identifier defined by
|
||||
implementation.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue