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

is there a method define to detect association_proxy similar to hybrid_property? #679

Open
indiVar0508 opened this issue Feb 7, 2023 · 0 comments

Comments

@indiVar0508
Copy link

I was going through documentation where i saw sqlalchemy_utils provides a method called get_hybrid_properties, does it also provide some method in similar regard to get association_proxy? looking at code for hybrid_properties it should be pretty similar to also get association_proxy ig not sure tbh.

i was thinking something like

    {
        key: prop
        for key, prop in get_mapper(model).all_orm_descriptors.items()
        if isinstance(prop, AssociationProxy)
    }
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

No branches or pull requests

1 participant