mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removed unused method 'convert_to_db_filters'
This commit is contained in:
parent
a1cd1890d6
commit
56150d4abb
1 changed files with 0 additions and 13 deletions
|
|
@ -523,19 +523,6 @@ class AbstractPlaceholder:
|
|||
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def convert_to_db_filters(self, current_asset, linked_asset):
|
||||
"""map current placeholder data as a db filter
|
||||
args:
|
||||
current_asset (String): Name of current asset in context
|
||||
linked asset (list[String]) : Names of assets linked to
|
||||
current asset in context
|
||||
Returns:
|
||||
dict: a dictionnary describing a filter to look for asset in
|
||||
a database
|
||||
"""
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def get_data(self, identifier):
|
||||
"""Collect information about placeholder by identifier.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue