Skip to content

Commit

Permalink
Merged in gvanrossum/mypy/fixfun (pull request #13)
Browse files Browse the repository at this point in the history
Add missing Function to __all__ in runtime typing modules.
  • Loading branch information
JukkaL committed Jul 24, 2014
2 parents 4eba0bb + 233840b commit 584c0e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib-typing/2.7/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'BytesMatch',
'BytesPattern',
'Dict',
'Function',
'Generic',
'GenericMeta',
'List',
Expand Down
1 change: 1 addition & 0 deletions lib-typing/3.2/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'AbstractGenericMeta',
'Any',
'Dict',
'Function',
'Generic',
'GenericMeta',
'IO',
Expand Down

0 comments on commit 584c0e0

Please sign in to comment.