Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
args = args or [] simplifies checking if args is None to a single line, using short-circuit evaluation. kwargs = kwargs or {} does the same for kwargs. Signed-off-by: changxuqing <[email protected]>
- Loading branch information