from typing import Any
class BaseReporter:
def starting(self) -> Any: ...
def starting_round(self, index: int) -> Any: ...
def ending_round(self, index: int, state: Any) -> Any: ...
def ending(self, state: Any) -> Any: ...
def adding_requirement(self, requirement: Any, parent: Any) -> Any: ...
def rejecting_candidate(self, criterion: Any, candidate: Any) -> Any: ...
def resolving_conflicts(self, causes: Any) -> Any: ...
def pinning(self, candidate: Any) -> Any: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| compat | Folder | 0755 |
|
|
| __init__.py | File | 537 B | 0644 |
|
| __init__.pyi | File | 564 B | 0644 |
|
| providers.py | File | 5.73 KB | 0644 |
|
| providers.pyi | File | 1.31 KB | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| reporters.py | File | 1.56 KB | 0644 |
|
| reporters.pyi | File | 503 B | 0644 |
|
| resolvers.py | File | 20.03 KB | 0644 |
|
| resolvers.pyi | File | 2.43 KB | 0644 |
|
| structs.py | File | 4.85 KB | 0644 |
|
| structs.pyi | File | 1.09 KB | 0644 |
|