Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Nuitka/Nuitka
/ wrapWithStyles
Function
wrapWithStyles
nuitka/Progress.py:29–33 ·
view source on GitHub ↗
(value, styles)
Source
from the content-addressed store, hash-verified
27
28
29
def
wrapWithStyles(value, styles):
30
if
use_progress_bar ==
"tqdm"
:
31
return
Tracing.wrapWithStyles(value, styles)
32
else
:
33
return
"[%s]%s"
% (
" "
.join(styles), value)
34
35
36
_uses_threading = False
Callers
2
__init__
Method · 0.70
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…