-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[infer/py][2/3] Introduce support for function with default arguments
Summary: In this diff, we generate specialised versions of a function that has default arguments. We can do that since the runtime expect every argument with a default value to also have a default value. As in the previous diffs, objects used as default values for argument won't be dealt with correctly. Reviewed By: davidpichardie Differential Revision: D49494734 fbshipit-source-id: 63f72b1bf7c946767b6e5b1d6029e7cd790464a2
- Loading branch information
1 parent
442b2ca
commit 41aeba2
Showing
4 changed files
with
180 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.