__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 .scope_manager import ScopeManager
from .span import Span
class Scope:
def __init__(self, manager: ScopeManager, span: Span) -> None: ...
@property
def span(self) -> Span: ...
@property
def manager(self) -> ScopeManager: ...
def close(self) -> None: ...
def __enter__(self: Self) -> Self: ...
def __exit__(
self, exc_type: type[BaseException] | None, exc_val: BaseException | None, exc_tb: TracebackType | None
) -> None: ...
| 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 |
|