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

enhance: Make load parameter naming normal #2243

Merged

Commits on Aug 30, 2024

  1. enhance: Make load parameter naming normal

    Previously added parameters for `load` API have leading underscore, which is misused and copied from `_async` parameter. The leading "_" is to avoid use python keyword `async` and other parameters do not have to follow this pattern.
    
    This PR make `load` API support parameter with or without leading underscore and update related comment. Note that the ones without leading "_" have higher priority than the ones with it.
    
    Signed-off-by: Congqi Xia <[email protected]>
    congqixia committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a69b8c0 View commit details
    Browse the repository at this point in the history