Foundry.ForgeQuery¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.ForgeQuery(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
An empty forge query that does not have specifics provided to any known subsystem filterer.
- contains_keywords_scope(keywords_scope)¶
- Parameters:
keywords_scope (
str) – the keywords scope to check for- Returns:
- Return type:
Helper to check [property`Foundry`.ForgeQuery:keywords-scope] if it contains keywords_scope while handling “,” separators.
New in version 1.1.
- contains_state(state)¶
-
Helper to check [property`Foundry`.ForgeQuery:state] if it contains state while handling “,” separators.
New in version 1.1.
- dup_keywords()¶
-
Gets the keywords for the query.
New in version 1.1.
- dup_keywords_scope()¶
-
Gets the keywords scope for the query.
Multiple scopes are supported by separating with a comma.
New in version 1.1.
- dup_state()¶
-
Gets the states for the query.
Multiple states are supported by separating with a comma.
New in version 1.1.
- set_keywords(keywords)¶
-
Sets the keywords for the query.
New in version 1.1.
- set_keywords_scope(keywords_scope)¶
-
Sets the keywords scope for the query.
You may specify multiple scopes with a comma.
New in version 1.1.
Property Details¶
- Foundry.ForgeQuery.props.keywords¶
- Name:
keywords- Type:
- Default Value:
- Flags:
- Foundry.ForgeQuery.props.keywords_scope¶
- Name:
keywords-scope- Type:
- Default Value:
- Flags: