René's URL Explorer Experiment


Title: Wrap returned objects in interface if method return type is interface by danabr · Pull Request #1240 · pythonnet/pythonnet · GitHub

Open Graph Title: Wrap returned objects in interface if method return type is interface by danabr · Pull Request #1240 · pythonnet/pythonnet

X Title: Wrap returned objects in interface if method return type is interface by danabr · Pull Request #1240 · pythonnet/pythonnet

Description: What does this implement/fix? Explain your changes. This allows callers to call all methods of an interface, regardless of whether the method was implemented implicitly or explicitly. Before this change, you had to make an explicit cast to the interface to be able to call the explicitly implemented method. Consider the following code: namespace Python.Test { public interface ITestInterface { void Foo(); void Bar(); } public class TestImpl : ITestInterface { public void Foo() { }; public void ITestInterface.Bar() { }; public void Baz() { }; public static ITestInterface GetInterface() { return new TestImpl(); } } } And the following Python code, demonstrating the behavior before this change: from Python.Test import TestImpl, ITestInterface test = TestImpl.GetInterface() test.Foo() # works test.Bar() # AttributeError: 'TestImpl' object has no attribute 'Bar' test.Baz() # works! - baz After this change, the behavior is as follows: test = TestImpl.GetInterface() test.Foo() # works test.Bar() # works test.Baz() # AttributeError: 'ITestInterface' object has no attribute 'Baz' This is a breaking change due to that Baz is no longer visible in Python. Does this close any currently open issues? No. Any other comments? See #1233 for an alternative approach, that exposes methods of explictly implemented interfaces without need to cast the object first. Checklist Check all those that are applicable and complete. Make sure to include one or more tests for your change If an enhancement PR, please create docs and at best an example Add yourself to AUTHORS Updated the CHANGELOG

Open Graph Description: What does this implement/fix? Explain your changes. This allows callers to call all methods of an interface, regardless of whether the method was implemented implicitly or explicitly. Before this c...

X Description: What does this implement/fix? Explain your changes. This allows callers to call all methods of an interface, regardless of whether the method was implemented implicitly or explicitly. Before this c...

Opengraph URL: https://github.com/pythonnet/pythonnet/pull/1240

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:a596d1d1-b95b-eb20-9c09-091fd395e60e
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC3D8:EAF27:1B3645F:23F530D:6971A2BD
html-safe-nonce8e2e1473c95d5dcf705c5711ea7a1028f2a25abf674971b13d8dcf6b87eb853e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDM0Q4OkVBRjI3OjFCMzY0NUY6MjNGNTMwRDo2OTcxQTJCRCIsInZpc2l0b3JfaWQiOiI0NDU5MTMyOTQzNjY1ODMyNjM3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaca9401bd3a3af2fea8e6ebb12a4170cceda594bc11ba872332315b5b23a383c50
hovercard-subject-tagpull_request:493386321
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/pythonnet/pythonnet/pull/1240/files
twitter:imagehttps://avatars.githubusercontent.com/u/207266?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/207266?s=400&v=4
og:image:altWhat does this implement/fix? Explain your changes. This allows callers to call all methods of an interface, regardless of whether the method was implemented implicitly or explicitly. Before this c...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonefdfdce9cd4f6ab85dca2b0d11264270829297c962dd5a79df449062d7822258f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/pythonnet/pythonnet git https://github.com/pythonnet/pythonnet.git
octolytics-dimension-user_id6050430
octolytics-dimension-user_loginpythonnet
octolytics-dimension-repository_id14748123
octolytics-dimension-repository_nwopythonnet/pythonnet
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id14748123
octolytics-dimension-repository_network_root_nwopythonnet/pythonnet
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
release51c736e60b302bd039c9d5164573d176ceb24bb2
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/pythonnet/pythonnet/pull/1240/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fpull%2F1240%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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fpull%2F1240%2Ffiles
Sign up https://github.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=pythonnet%2Fpythonnet
Reloadhttps://github.com/pythonnet/pythonnet/pull/1240/files
Reloadhttps://github.com/pythonnet/pythonnet/pull/1240/files
Reloadhttps://github.com/pythonnet/pythonnet/pull/1240/files
pythonnet https://github.com/pythonnet
pythonnethttps://github.com/pythonnet/pythonnet
Notifications https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Fork 770 https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Star 5.4k https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Code https://github.com/pythonnet/pythonnet
Issues 156 https://github.com/pythonnet/pythonnet/issues
Pull requests 18 https://github.com/pythonnet/pythonnet/pulls
Discussions https://github.com/pythonnet/pythonnet/discussions
Actions https://github.com/pythonnet/pythonnet/actions
Projects 0 https://github.com/pythonnet/pythonnet/projects
Wiki https://github.com/pythonnet/pythonnet/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/pythonnet/pythonnet/security
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1240/files
Insights https://github.com/pythonnet/pythonnet/pulse
Code https://github.com/pythonnet/pythonnet
Issues https://github.com/pythonnet/pythonnet/issues
Pull requests https://github.com/pythonnet/pythonnet/pulls
Discussions https://github.com/pythonnet/pythonnet/discussions
Actions https://github.com/pythonnet/pythonnet/actions
Projects https://github.com/pythonnet/pythonnet/projects
Wiki https://github.com/pythonnet/pythonnet/wiki
Security https://github.com/pythonnet/pythonnet/security
Insights https://github.com/pythonnet/pythonnet/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpythonnet%2Fpythonnet%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpythonnet%2Fpythonnet%2Fissues%2Fnew%2Fchoose
lostmsuhttps://github.com/lostmsu
pythonnet:masterhttps://github.com/pythonnet/pythonnet/tree/master
danabr:auto-cast-ret-val-to-interfacehttps://github.com/danabr/pythonnet/tree/auto-cast-ret-val-to-interface
Conversation 21 https://github.com/pythonnet/pythonnet/pull/1240
Commits 4 https://github.com/pythonnet/pythonnet/pull/1240/commits
Checks 0 https://github.com/pythonnet/pythonnet/pull/1240/checks
Files changed https://github.com/pythonnet/pythonnet/pull/1240/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1240/files
Wrap returned objects in interface if method return type is interface https://github.com/pythonnet/pythonnet/pull/1240/files#top
Show all changes 4 commits https://github.com/pythonnet/pythonnet/pull/1240/files
1dd36ae Wrap returned objects in interface if method return type is interface danabr Sep 25, 2020 https://github.com/pythonnet/pythonnet/pull/1240/commits/1dd36ae3c978c1105ceac892a142e6980b4a0640
a74664c Return eleements of interface arrays as interface objects danabr Sep 29, 2020 https://github.com/pythonnet/pythonnet/pull/1240/commits/a74664cc70adf0b2d47afe2811b4afb1b92f052e
44c4e18 Add properties for accessing the object implementing an interface danabr Sep 30, 2020 https://github.com/pythonnet/pythonnet/pull/1240/commits/44c4e18282fd1db63463e6b47c0b87c8567fb699
c46ab75 Update CHANGELOG danabr Oct 1, 2020 https://github.com/pythonnet/pythonnet/pull/1240/commits/c46ab75286451fd0b4541e6bb664bc0056b4c676
Clear filters https://github.com/pythonnet/pythonnet/pull/1240/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1240/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1240/files
CHANGELOG.md https://github.com/pythonnet/pythonnet/pull/1240/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
arrayobject.cs https://github.com/pythonnet/pythonnet/pull/1240/files#diff-8e5665a987d0fbd3f45d41f704db0a2a5dad19503acc3382b04bd8c489dfdb56
converter.cs https://github.com/pythonnet/pythonnet/pull/1240/files#diff-72dfd7f278c0d6de7e41256893ce639665e58b7d65a627b5d0c0dfa4173095e8
interfaceobject.cs https://github.com/pythonnet/pythonnet/pull/1240/files#diff-f98e484ca5e09d8112c616cd850f59cf5263723ae0b83f097e3e7010132bbe97
managedtype.cs https://github.com/pythonnet/pythonnet/pull/1240/files#diff-9698e437a9f400bcc79315c7f340241208e63061364af646f25681fb19a966ef
methodbinder.cs https://github.com/pythonnet/pythonnet/pull/1240/files#diff-237dc718ad5424f5476d2ebbbc4e5164c95901bd2a4c2daaf8ca6fc9f9d3a5fb
typemanager.cs https://github.com/pythonnet/pythonnet/pull/1240/files#diff-64b3221887c395ea436fe9433800e73c0854e42d78cd7108c320e5d41d20ab64
interfacetest.cs https://github.com/pythonnet/pythonnet/pull/1240/files#diff-435358f7dbad74f930b4ce0dfd2bf5cfca7fb72cc6635a30109987abb22053ef
subclasstest.cs https://github.com/pythonnet/pythonnet/pull/1240/files#diff-9bd76764414d456def93df8dcac4d891c8be1fc14f4b43d552085531084a96a8
test_array.py https://github.com/pythonnet/pythonnet/pull/1240/files#diff-cb231c7e9ddeb97e5d71094f563180683eb75fce91c0d8c7f235b6d06196ea7a
test_generic.py https://github.com/pythonnet/pythonnet/pull/1240/files#diff-bf00ebc0479621bff35003c8afa6ee9f0b44689b88b7ef682953b8099c6edfb3
test_interface.py https://github.com/pythonnet/pythonnet/pull/1240/files#diff-23289c25593f6e53098504787a28feddc9208e7b9d1fd9810d0c5d732cc5018a
test_method.py https://github.com/pythonnet/pythonnet/pull/1240/files#diff-466ca471fe877d2ed8ea2c63abefa78808471ab8c26e858228178387a440a8f3
test_subclass.py https://github.com/pythonnet/pythonnet/pull/1240/files#diff-a7a14d9eb8fa06ab6d62a6249964f388fdb033e9d0ac24d72fe8f57d40ba7c71
CHANGELOG.mdhttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/CHANGELOG.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
src/runtime/arrayobject.cshttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-8e5665a987d0fbd3f45d41f704db0a2a5dad19503acc3382b04bd8c489dfdb56
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/runtime/arrayobject.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-8e5665a987d0fbd3f45d41f704db0a2a5dad19503acc3382b04bd8c489dfdb56
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-8e5665a987d0fbd3f45d41f704db0a2a5dad19503acc3382b04bd8c489dfdb56
src/runtime/converter.cshttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-72dfd7f278c0d6de7e41256893ce639665e58b7d65a627b5d0c0dfa4173095e8
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/runtime/converter.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-72dfd7f278c0d6de7e41256893ce639665e58b7d65a627b5d0c0dfa4173095e8
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-72dfd7f278c0d6de7e41256893ce639665e58b7d65a627b5d0c0dfa4173095e8
src/runtime/interfaceobject.cshttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-f98e484ca5e09d8112c616cd850f59cf5263723ae0b83f097e3e7010132bbe97
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/runtime/interfaceobject.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-f98e484ca5e09d8112c616cd850f59cf5263723ae0b83f097e3e7010132bbe97
src/runtime/managedtype.cshttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-9698e437a9f400bcc79315c7f340241208e63061364af646f25681fb19a966ef
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/runtime/managedtype.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-9698e437a9f400bcc79315c7f340241208e63061364af646f25681fb19a966ef
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-9698e437a9f400bcc79315c7f340241208e63061364af646f25681fb19a966ef
src/runtime/methodbinder.cshttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-237dc718ad5424f5476d2ebbbc4e5164c95901bd2a4c2daaf8ca6fc9f9d3a5fb
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/runtime/methodbinder.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-237dc718ad5424f5476d2ebbbc4e5164c95901bd2a4c2daaf8ca6fc9f9d3a5fb
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-237dc718ad5424f5476d2ebbbc4e5164c95901bd2a4c2daaf8ca6fc9f9d3a5fb
src/runtime/typemanager.cshttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-64b3221887c395ea436fe9433800e73c0854e42d78cd7108c320e5d41d20ab64
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/runtime/typemanager.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-64b3221887c395ea436fe9433800e73c0854e42d78cd7108c320e5d41d20ab64
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-64b3221887c395ea436fe9433800e73c0854e42d78cd7108c320e5d41d20ab64
src/testing/interfacetest.cshttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-435358f7dbad74f930b4ce0dfd2bf5cfca7fb72cc6635a30109987abb22053ef
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/testing/interfacetest.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-435358f7dbad74f930b4ce0dfd2bf5cfca7fb72cc6635a30109987abb22053ef
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-435358f7dbad74f930b4ce0dfd2bf5cfca7fb72cc6635a30109987abb22053ef
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-435358f7dbad74f930b4ce0dfd2bf5cfca7fb72cc6635a30109987abb22053ef
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-435358f7dbad74f930b4ce0dfd2bf5cfca7fb72cc6635a30109987abb22053ef
src/testing/subclasstest.cshttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-9bd76764414d456def93df8dcac4d891c8be1fc14f4b43d552085531084a96a8
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/testing/subclasstest.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-9bd76764414d456def93df8dcac4d891c8be1fc14f4b43d552085531084a96a8
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-9bd76764414d456def93df8dcac4d891c8be1fc14f4b43d552085531084a96a8
src/tests/test_array.pyhttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-cb231c7e9ddeb97e5d71094f563180683eb75fce91c0d8c7f235b6d06196ea7a
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/tests/test_array.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-cb231c7e9ddeb97e5d71094f563180683eb75fce91c0d8c7f235b6d06196ea7a
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-cb231c7e9ddeb97e5d71094f563180683eb75fce91c0d8c7f235b6d06196ea7a
src/tests/test_generic.pyhttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-bf00ebc0479621bff35003c8afa6ee9f0b44689b88b7ef682953b8099c6edfb3
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/tests/test_generic.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-bf00ebc0479621bff35003c8afa6ee9f0b44689b88b7ef682953b8099c6edfb3
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-bf00ebc0479621bff35003c8afa6ee9f0b44689b88b7ef682953b8099c6edfb3
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-bf00ebc0479621bff35003c8afa6ee9f0b44689b88b7ef682953b8099c6edfb3
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-bf00ebc0479621bff35003c8afa6ee9f0b44689b88b7ef682953b8099c6edfb3
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-bf00ebc0479621bff35003c8afa6ee9f0b44689b88b7ef682953b8099c6edfb3
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-bf00ebc0479621bff35003c8afa6ee9f0b44689b88b7ef682953b8099c6edfb3
src/tests/test_interface.pyhttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-23289c25593f6e53098504787a28feddc9208e7b9d1fd9810d0c5d732cc5018a
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/tests/test_interface.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-23289c25593f6e53098504787a28feddc9208e7b9d1fd9810d0c5d732cc5018a
src/tests/test_method.pyhttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-466ca471fe877d2ed8ea2c63abefa78808471ab8c26e858228178387a440a8f3
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/tests/test_method.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-466ca471fe877d2ed8ea2c63abefa78808471ab8c26e858228178387a440a8f3
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-466ca471fe877d2ed8ea2c63abefa78808471ab8c26e858228178387a440a8f3
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-466ca471fe877d2ed8ea2c63abefa78808471ab8c26e858228178387a440a8f3
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-466ca471fe877d2ed8ea2c63abefa78808471ab8c26e858228178387a440a8f3
src/tests/test_subclass.pyhttps://github.com/pythonnet/pythonnet/pull/1240/files#diff-a7a14d9eb8fa06ab6d62a6249964f388fdb033e9d0ac24d72fe8f57d40ba7c71
View file https://github.com/danabr/pythonnet/blob/c46ab75286451fd0b4541e6bb664bc0056b4c676/src/tests/test_subclass.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1240/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-a7a14d9eb8fa06ab6d62a6249964f388fdb033e9d0ac24d72fe8f57d40ba7c71
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1240/files
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-a7a14d9eb8fa06ab6d62a6249964f388fdb033e9d0ac24d72fe8f57d40ba7c71
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-a7a14d9eb8fa06ab6d62a6249964f388fdb033e9d0ac24d72fe8f57d40ba7c71
https://github.com/pythonnet/pythonnet/pull/1240/files#diff-a7a14d9eb8fa06ab6d62a6249964f388fdb033e9d0ac24d72fe8f57d40ba7c71
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.