mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
Add more detailed docstring
This commit is contained in:
parent
b57a6a978e
commit
2085f924ed
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