Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add some type hints to datastore #12477

Merged
merged 10 commits into from
May 10, 2022
Merged

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    da62469 View commit details
    Browse the repository at this point in the history
  2. newsfile

    dklimpel committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    870def9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Apply suggestions from code review

    Co-authored-by: Patrick Cloke <[email protected]>
    dklimpel and clokep authored May 9, 2022
    Configuration menu
    Copy the full SHA
    b19ce3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d2fdb5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. change EventContext.rejected

    dklimpel committed May 10, 2022
    Configuration menu
    Copy the full SHA
    6e2f9e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa26af6 View commit details
    Browse the repository at this point in the history
  3. Assert that stream ordering is not none

    We already make this assert in `call_after`. I didn't want to remove the
    existing call, because I don't trust that there aren't other places
    missing ParamSpecs to do arg type checking.
    David Robertson committed May 10, 2022
    Configuration menu
    Copy the full SHA
    b2f4984 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/develop' into type_hints

    David Robertson committed May 10, 2022
    Configuration menu
    Copy the full SHA
    9ae5140 View commit details
    Browse the repository at this point in the history
  5. import Literal from typing_extensions

    didn't exist until Python 3.8
    David Robertson committed May 10, 2022
    Configuration menu
    Copy the full SHA
    07daf52 View commit details
    Browse the repository at this point in the history
  6. lint

    dklimpel authored May 10, 2022
    Configuration menu
    Copy the full SHA
    a76e121 View commit details
    Browse the repository at this point in the history