Skip to content
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

Make _abstract a real module-like object #1832

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Nov 4, 2024

Make _abstract a real module-like object

Drop the string-based functions _isinstance and _make, instead use the real objects directly.

Very similarly to the prior situation, the actual abstract module will be lazily loaded only after the first access of such an attribute.

@copybara-service copybara-service bot force-pushed the cl/692727204 branch 4 times, most recently from 68befc3 to 5d74859 Compare November 7, 2024 23:07
Drop the string-based functions `_isinstance` and `_make`, instead use the real objects directly.

Very similarly to the prior situation, the actual `abstract` module will be lazily loaded only after the first access of such an attribute.

PiperOrigin-RevId: 694271269
@copybara-service copybara-service bot merged commit 2510d70 into main Nov 7, 2024
@copybara-service copybara-service bot deleted the cl/692727204 branch November 7, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant