__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import Self
from types import TracebackType
from typing import Any
from .tracer import Tracer
class SpanContext:
EMPTY_BAGGAGE: dict[str, str]
@property
def baggage(self) -> dict[str, str]: ...
class Span:
def __init__(self, tracer: Tracer, context: SpanContext) -> None: ...
@property
def context(self) -> SpanContext: ...
@property
def tracer(self) -> Tracer: ...
def set_operation_name(self: Self, operation_name: str) -> Self: ...
def finish(self, finish_time: float | None = ...) -> None: ...
def set_tag(self: Self, key: str, value: str | bool | float) -> Self: ...
def log_kv(self: Self, key_values: dict[str, Any], timestamp: float | None = ...) -> Self: ...
def set_baggage_item(self: Self, key: str, value: str) -> Self: ...
def get_baggage_item(self, key: str) -> str | None: ...
def __enter__(self: Self) -> Self: ...
def __exit__(
self, exc_type: type[BaseException] | None, exc_val: BaseException | None, exc_tb: TracebackType | None
) -> None: ...
def log_event(self: Self, event: Any, payload: Any | None = ...) -> Self: ...
def log(self: Self, **kwargs: Any) -> Self: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ext | Folder | 0755 |
|
|
| harness | Folder | 0755 |
|
|
| mocktracer | Folder | 0755 |
|
|
| scope_managers | Folder | 0755 |
|
|
| METADATA.toml | File | 18 B | 0644 |
|
| __init__.pyi | File | 774 B | 0644 |
|
| logs.pyi | File | 69 B | 0644 |
|
| propagation.pyi | File | 218 B | 0644 |
|
| scope.pyi | File | 536 B | 0644 |
|
| scope_manager.pyi | File | 233 B | 0644 |
|
| span.pyi | File | 1.16 KB | 0644 |
|
| tags.pyi | File | 454 B | 0644 |
|
| tracer.pyi | File | 1.62 KB | 0644 |
|