mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
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:
|
||||
"""
|
||||
|
||||
Returns a Q object for searching by tag names for typeclasses
|
||||
Args:
|
||||
tag_type(str or None): The type of tag (None, 'alias', etc)
|
||||
key (str): The name of the tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue