MCPcopy Index your code
hub / github.com/feast-dev/feast / create_positioned_tqdm

Function create_positioned_tqdm

sdk/python/feast/diff/apply_progress.py:26–33  ·  view source on GitHub ↗
(
        position: int,
        description: str,
        total: int,
        color: str = "blue",
        postfix: Optional[str] = None,
    )

Source from the content-addressed store, hash-verified

24 _PROGRESS_UTILS_AVAILABLE = False
25
26 def create_positioned_tqdm(
27 position: int,
28 description: str,
29 total: int,
30 color: str = "blue",
31 postfix: Optional[str] = None,
32 ) -> Optional[tqdm]:
33 return None
34
35 def get_color_for_phase(phase: str) -> str:
36 return "blue"

Callers 2

start_phaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected