Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Add typing to tracer.py #328

Merged
merged 6 commits into from
Sep 7, 2021
Merged

Add typing to tracer.py #328

merged 6 commits into from
Sep 7, 2021

Commits on Sep 7, 2021

  1. Add typing to trace.py

    This change was done by using pyannotate and running the test_tracer tests.
    When in doubt, the type is now Any.
    
    Signed-off-by: Kai Mueller <15907922+kasium@users.noreply.github.com>
    kasium committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    48f0c38 View commit details
    Browse the repository at this point in the history
  2. Update jaeger_client/tracer.py

    Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
    Signed-off-by: Kai Mueller <15907922+kasium@users.noreply.github.com>
    kasium and yurishkuro committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    889098f View commit details
    Browse the repository at this point in the history
  3. Better types

    Signed-off-by: Kai Mueller <15907922+kasium@users.noreply.github.com>
    kasium committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    1440794 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Kai Mueller <15907922+kasium@users.noreply.github.com>
    kasium committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    c4b3389 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Kai Mueller <15907922+kasium@users.noreply.github.com>
    kasium committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    cc14b3f View commit details
    Browse the repository at this point in the history
  6. Simplfy boolean

    Signed-off-by: Kai Mueller <15907922+kasium@users.noreply.github.com>
    kasium committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    b75eac1 View commit details
    Browse the repository at this point in the history