issue #2262 -- add docstring for location arg
This commit is contained in:
parent
71092f17f7
commit
93bf01c737
1 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,8 @@ def create_object(
|
||||||
typeclass (class or str): Class or python path to a typeclass.
|
typeclass (class or str): Class or python path to a typeclass.
|
||||||
key (str): Name of the new object. If not set, a name of
|
key (str): Name of the new object. If not set, a name of
|
||||||
`#dbref` will be set.
|
`#dbref` will be set.
|
||||||
home (Object or str): Obj or #dbref to use as the object's
|
location (Object or str): Obj or #dbref to use as the location of the new object.
|
||||||
home location.
|
home (Object or str): Obj or #dbref to use as the object's home location.
|
||||||
permissions (list): A list of permission strings or tuples (permstring, category).
|
permissions (list): A list of permission strings or tuples (permstring, category).
|
||||||
locks (str): one or more lockstrings, separated by semicolons.
|
locks (str): one or more lockstrings, separated by semicolons.
|
||||||
aliases (list): A list of alternative keys or tuples (aliasstring, category).
|
aliases (list): A list of alternative keys or tuples (aliasstring, category).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue