Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
typeshed
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
5.1k
Code
Issues
218
Pull requests
148
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add private members to argparse.pyi.
- #1937
#1937
Merged
JelleZijlstra
merged 14 commits into
python:master
python/typeshed:master
from
rchen152:argparse
Copy head branch name to clipboard
Apr 11, 2018
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Add private members to argparse.pyi.
#1937
JelleZijlstra
merged 14 commits into
python:master
python/typeshed:master
from
rchen152:argparse
Copy head branch name to clipboard
Commits
Commits on Mar 1, 2018
Add _AttributeHolder and _ActionsContainer classes to argparse.
rchen152
committed
472e376
View commit details
Copy full SHA for 472e376
Browse repository at this point
Add Action subclasses to argparse.
rchen152
committed
b134a51
View commit details
Copy full SHA for b134a51
Browse repository at this point
Add _UNRECOGNIZED_ARGS_ATTR, _ensure_value, _get_action_name to argparse.
rchen152
committed
70b32f0
View commit details
Copy full SHA for 70b32f0
Browse repository at this point
Fill in remaining _ActionsContainer attributes.
rchen152
committed
f453f12
View commit details
Copy full SHA for f453f12
Browse repository at this point
Fill in missing argparse.ArgumentParser attributes.
rchen152
committed
6c89398
View commit details
Copy full SHA for 6c89398
Browse repository at this point
Fill in missing argparse.HelpFormatter attributes.
rchen152
committed
013c662
View commit details
Copy full SHA for 013c662
Browse repository at this point
Fill in remaining missing attributes on argparse classes.
rchen152
committed
c334e87
View commit details
Copy full SHA for c334e87
Browse repository at this point
Commits on Mar 2, 2018
Make flake8 happy.
rchen152
committed
405c174
View commit details
Copy full SHA for 405c174
Browse repository at this point
Commits on Mar 21, 2018
Rename TypeVar _ActionVar to _ActionT
rchen152
committed
ba120c3
View commit details
Copy full SHA for ba120c3
Browse repository at this point
Add a version check for FileType attributes
rchen152
committed
8254733
View commit details
Copy full SHA for 8254733
Browse repository at this point
Add '# undocumented' where appropriate
rchen152
committed
554f938
View commit details
Copy full SHA for 554f938
Browse repository at this point
Add more # undocumented comments
rchen152
committed
6938ee5
View commit details
Copy full SHA for 6938ee5
Browse repository at this point
Commits on Mar 29, 2018
Make arguments to _ActionsContainer.add_argument more precise.
rchen152
committed
1453284
View commit details
Copy full SHA for 1453284
Browse repository at this point
Merge branch 'master' into argparse
rchen152
authored
462ca10
View commit details
Copy full SHA for 462ca10
Browse repository at this point
You can’t perform that action at this time.