Skip to content

Commit 1bcb5d1

Browse files
authored
Add missing parameter description (google#462)
1 parent 6e485c9 commit 1bcb5d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fire/core.py

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ def Fire(component=None, command=None, name=None, serialize=None):
9494
a string or a list of strings; a list of strings is preferred.
9595
name: Optional. The name of the command as entered at the command line.
9696
Used in interactive mode and for generating the completion script.
97+
serialize: Optional. If supplied, all objects are serialized to text via
98+
the provided callable.
9799
Returns:
98100
The result of executing the Fire command. Execution begins with the initial
99101
target component. The component is updated by using the command arguments

0 commit comments

Comments
 (0)