Expanded docstring of at_object_receive to note the possibility.
This commit is contained in:
parent
3334d3f078
commit
664ce178b2
1 changed files with 1 additions and 0 deletions
|
|
@ -1225,6 +1225,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
||||||
Args:
|
Args:
|
||||||
moved_obj (Object): The object moved into this one
|
moved_obj (Object): The object moved into this one
|
||||||
source_location (Object): Where `moved_object` came from.
|
source_location (Object): Where `moved_object` came from.
|
||||||
|
Note that this could be `None`.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue