8000 chore: add generated methods by henryiii · Pull Request #9896 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

chore: add generated methods #9896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 17, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tests(fix): regex syntax
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Mar 17, 2023
commit 2f369cbd9adcbb5a54bcb652fcb477081b2a58af
2 changes: 1 addition & 1 deletion stubs/setuptools/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pkg_resources.PathMetadata.egg_info
pkg_resources.EggMetadata.loader

# Dynamically created
setuptools._distutils.dist.Distribution.get_*
setuptools._distutils.dist.Distribution.get_.*

# Uncomment once ignore_missing_stub is turned off
# # Not supported by typeshed
Expand Down
2 changes: 1 addition & 1 deletion tests/stubtest_allowlists/py3_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ xml.etree
xml.sax

# Dynamically created
distutils.dist.Distribution.get_*
distutils.dist.Distribution.get_.*

# Platform differences that cannot be captured by the type system
os.O_[A-Z_]+
Expand Down
0