Add more detailed docstring
This commit is contained in:
parent
bf694e5d93
commit
74418a558b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ from evennia.scripts.models import ScriptDB
|
||||||
|
|
||||||
def get_tag_query(tag_type: Union[str, None], key: str) -> Q:
|
def get_tag_query(tag_type: Union[str, None], key: str) -> Q:
|
||||||
"""
|
"""
|
||||||
|
Returns a Q object for searching by tag names for typeclasses
|
||||||
Args:
|
Args:
|
||||||
tag_type(str or None): The type of tag (None, 'alias', etc)
|
tag_type(str or None): The type of tag (None, 'alias', etc)
|
||||||
key (str): The name of the tag
|
key (str): The name of the tag
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue