René's URL Explorer Experiment


Title: add option to use dataclasses instead of attrs in generated code by eli-bl · Pull Request #1158 · openapi-generators/openapi-python-client · GitHub

Open Graph Title: add option to use dataclasses instead of attrs in generated code by eli-bl · Pull Request #1158 · openapi-generators/openapi-python-client

X Title: add option to use dataclasses instead of attrs in generated code by eli-bl · Pull Request #1158 · openapi-generators/openapi-python-client

Description: The last time this idea came up (#743), @dbanty felt that there wasn't a compelling reason to switch from attrs. I decided anyway to see how much of a lift it would be— in the generated code, that is, not in the generator. A few reasons: In my main use case, which is creating a library to be used by all sorts of third-party applications, there's an incentive to minimize external dependencies if possible. Even though attrs is very popular, I think it's likely to become somewhat less of a standard as Python's dataclasses module keeps on copying features from it. It's true that attrs has some features that dataclasses doesn't, but we're not really using those features anyway in the generated code (with one exception that I'll mention below). Mostly we're just using the simplest possible attribute declaration pattern in model classes. As I expected, implementing this for the model classes was pretty simple. The only other place we were using attrs in the generated code was in the Client and AuthenticatedClient classes, and there things got trickier. In those classes, we were taking advantage of attrs's alias option in order to define underscored attributes that the app isn't meant to access directly, but that can still be set by name without the underscore in the initializer. You can't do that with dataclasses. However, since the app isn't meant to access them directly, I felt freer to change things there... and attrs/dataclass-type behavior is not really inherent to what the client classes are for, from the app's point of view, it's just an implementation detail. So, in use_dataclasses mode, I changed the clients to plain Python classes with no attrs/dataclass decorators—and moved those Httpx-related attributes into a separate dataclass, so we could still take advantage of copy-and-set behavior for builder methods. That is a fairly different implementation and code structure, which makes the Jinja template a bit hairy, but you can see what it ends up looking like here. However, when you're not in use_dataclasses mode, the implementation does not change at all (you can see there are no changes to existing code in golden_record), so I believe this is not a breaking change. (We could decide to unify those implementations by backporting those changes to the not-using-dataclasses mode, so the only differences between the two would be the decorator names. I do think that'd be a little bit cleaner— the Httpx options do all go together, and I don't think there's a compelling reason to have them be separate attributes on the client class. And, again, apps were never meant to access those directly... but in Python, we couldn't prevent that, so that could be considered a breaking change depending on your standards for what is a public/supported interface.)

Open Graph Description: The last time this idea came up (#743), @dbanty felt that there wasn't a compelling reason to switch from attrs. I decided anyway to see how much of a lift it would be— in the generated code, t...

X Description: The last time this idea came up (#743), @dbanty felt that there wasn't a compelling reason to switch from attrs. I decided anyway to see how much of a lift it would be— in the generated cod...

Opengraph URL: https://github.com/openapi-generators/openapi-python-client/pull/1158

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:204c1fee-d78e-4492-ae48-64c3127e8ae6
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCCFA:D4C17:425BDF8:59DBF69:6980AA6C
html-safe-nonceffa5f8094edc283435ca1864f6046525debe6d785cdab7cb3ea45de3fbf881aa
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQ0ZBOkQ0QzE3OjQyNUJERjg6NTlEQkY2OTo2OTgwQUE2QyIsInZpc2l0b3JfaWQiOiI5ODgzMzk1MDYzNTA0MzQ5MjQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac95c02049eafa94939598fd528ddfc4fc8eb0f2ae711965e8cbf5758d7ef25c83
hovercard-subject-tagpull_request:2163599900
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/openapi-generators/openapi-python-client/pull/1158/files
twitter:imagehttps://avatars.githubusercontent.com/u/170372326?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/170372326?s=400&v=4
og:image:altThe last time this idea came up (#743), @dbanty felt that there wasn't a compelling reason to switch from attrs. I decided anyway to see how much of a lift it would be— in the generated code, t...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None397d19ba710db18a5bb8753941062283effd69f9bf1c4828adfea0f79443f2f8
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/openapi-generators/openapi-python-client git https://github.com/openapi-generators/openapi-python-client.git
octolytics-dimension-user_id84925606
octolytics-dimension-user_loginopenapi-generators
octolytics-dimension-repository_id240776275
octolytics-dimension-repository_nwoopenapi-generators/openapi-python-client
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id240776275
octolytics-dimension-repository_network_root_nwoopenapi-generators/openapi-python-client
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseaf3ed57de2d3e996d6b26c9b863321bbc7aeae13
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenapi-generators%2Fopenapi-python-client%2Fpull%2F1158%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenapi-generators%2Fopenapi-python-client%2Fpull%2F1158%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=openapi-generators%2Fopenapi-python-client
Reloadhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
Reloadhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
Reloadhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
openapi-generators https://patch-diff.githubusercontent.com/openapi-generators
openapi-python-clienthttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client
Please reload this pagehttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Fork 264 https://patch-diff.githubusercontent.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Star 1.9k https://patch-diff.githubusercontent.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Code https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client
Issues 77 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues
Pull requests 14 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulls
Discussions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/discussions
Actions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/actions
Security 2 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/security
Insights https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulse
Code https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client
Issues https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues
Pull requests https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulls
Discussions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/discussions
Actions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/actions
Security https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/security
Insights https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fopenapi-generators%2Fopenapi-python-client%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client%2Fissues%2Fnew%2Fchoose
eli-blhttps://patch-diff.githubusercontent.com/eli-bl
openapi-generators:mainhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/tree/main
benchling:dataclasseshttps://patch-diff.githubusercontent.com/benchling/openapi-python-client/tree/dataclasses
Conversation 1 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158
Commits 2 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/commits
Checks 0 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/checks
Files changed https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
Please reload this pagehttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
add option to use dataclasses instead of attrs in generated code https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#top
Show all changes 2 commits https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
cf30e48 add option to use dataclasses instead of attrs eli-bl Nov 4, 2024 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/commits/cf30e48d28effdb722f076c300abf1d2845d8d6e
a04211b fix template eli-bl Nov 15, 2024 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/commits/a04211bed6ba72fecb373f54c1f095ad8f6c8894
Clear filters https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
Please reload this pagehttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
Please reload this pagehttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
use_dataclasses.md https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-d552d6059eea87c3fec6b73a6d7981d1011e54cc954cbcaf653410a72568844f
CONTRIBUTING.md https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-eca12c0a30e25b4b46522ebf89465a03ba72a03f540796c979137931d8f92055
README.md https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
config_dataclasses.yml https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-cff9b0acd36ec8199694253d58122b4d30d7aaa5ea7ab7a81ced63fd9e2ef9b4
.gitignore https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-2185a65704350ad12f026fa172d15713e5fc9d0b83e698e53e94e664b055cfff
README.md https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-a1bdcb4a5e222853550d0c60ba25f84423f505cc2e36760798f74f1ecc321686
__init__.py https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-86a08238832a006aea1656409db227b2c96f7368cd0d256fb23c322f5fb20de6
__init__.py https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-f2baabb7195aee642878462713d59009c5345ee64e79f45f08c6561b58aa3a7b
client.py https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-5c67f783f0b460ad7a12bdbff2deafa7d485188886cb30148221bd00576c9a4c
errors.py https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-839c73edbb6b90416a372ecc38e879e6151a07e9e2401d7565b43770ef13964a
__init__.py https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-dba0898a1fa73f9e1522d6a2516dfc46a6a990f1f6a8b8d749f236713ec0cfb7
a_model.py https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-124385c609bca3732bf8f0b9150dda40c63b157b19cc4e1e32be2fd3921e9c52
py.typed https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-aa7de8ac36a3865e59798d6ddefef825116185cd924f475a19996deef5f4b2a1
types.py https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-911717493bce986fba304c0d5d71841d980095e1843fb233d46537585cd63a2e
pyproject.toml https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-82bd15fe03a823752c95f04af3d2a1b87fa222456b613c0e7fc0508d339a25c3
openapi_3.1_dataclasses.yaml https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-b99bb12b45581079425182e0241af3b819db6a61826dc763645ead7fc0a41536
regen_golden_record.py https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-4c219b5fe45d6fee63566ee036d7a3e55e21d0c17d1da8c7edbbd20de8f61164
__init__.py https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-09b57156461c70171a61eab44e8f187348c62378c0d7dfc683d7b64f02dfb2a4
config.py https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-cf4ddb3efe5c096942c426c2e214746c4d78d57f35c59f7d32438ee1d6160382
client.py.jinja https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-4bc15e1c2afc9c610437d843527139b6b92cd3edeab81684a9c3a79934a7317f
model.py.jinja https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-12c21ac08eab028cb057ed135fd54db54e524ff84c384ebd709922122eba469e
pyproject.toml.jinja https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-3fccfeffec709ce3f4317eccdf13258e8de521807970119fd119aa3fc66eee89
.changeset/use_dataclasses.mdhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-d552d6059eea87c3fec6b73a6d7981d1011e54cc954cbcaf653410a72568844f
View file https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/blob/a04211bed6ba72fecb373f54c1f095ad8f6c8894/.changeset/use_dataclasses.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/{{ revealButtonHref }}
CONTRIBUTING.mdhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-eca12c0a30e25b4b46522ebf89465a03ba72a03f540796c979137931d8f92055
View file https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/blob/a04211bed6ba72fecb373f54c1f095ad8f6c8894/CONTRIBUTING.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-eca12c0a30e25b4b46522ebf89465a03ba72a03f540796c979137931d8f92055
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-eca12c0a30e25b4b46522ebf89465a03ba72a03f540796c979137931d8f92055
README.mdhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
View file https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/blob/a04211bed6ba72fecb373f54c1f095ad8f6c8894/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
end_to_end_tests/config_dataclasses.ymlhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-cff9b0acd36ec8199694253d58122b4d30d7aaa5ea7ab7a81ced63fd9e2ef9b4
View file https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/blob/a04211bed6ba72fecb373f54c1f095ad8f6c8894/end_to_end_tests/config_dataclasses.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/{{ revealButtonHref }}
end_to_end_tests/golden-record-dataclasses/.gitignorehttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-2185a65704350ad12f026fa172d15713e5fc9d0b83e698e53e94e664b055cfff
View file https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/blob/a04211bed6ba72fecb373f54c1f095ad8f6c8894/end_to_end_tests/golden-record-dataclasses/.gitignore
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/{{ revealButtonHref }}
end_to_end_tests/golden-record-dataclasses/README.mdhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-a1bdcb4a5e222853550d0c60ba25f84423f505cc2e36760798f74f1ecc321686
View file https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/blob/a04211bed6ba72fecb373f54c1f095ad8f6c8894/end_to_end_tests/golden-record-dataclasses/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/{{ revealButtonHref }}
end_to_end_tests/golden-record-dataclasses/my_dataclasses_api_client/__init__.pyhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-86a08238832a006aea1656409db227b2c96f7368cd0d256fb23c322f5fb20de6
View file https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/blob/a04211bed6ba72fecb373f54c1f095ad8f6c8894/end_to_end_tests/golden-record-dataclasses/my_dataclasses_api_client/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/{{ revealButtonHref }}
end_to_end_tests/golden-record-dataclasses/my_dataclasses_api_client/api/__init__.pyhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files#diff-f2baabb7195aee642878462713d59009c5345ee64e79f45f08c6561b58aa3a7b
View file https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/blob/a04211bed6ba72fecb373f54c1f095ad8f6c8894/end_to_end_tests/golden-record-dataclasses/my_dataclasses_api_client/api/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/{{ revealButtonHref }}
Please reload this pagehttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pull/1158/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.