MCPcopy Index your code
hub / github.com/plotly/dash / status_print

Function status_print

dash/development/update_components.py:29–33  ·  view source on GitHub ↗
(msg, **kwargs)

Source from the content-addressed store, hash-verified

27
28
29def status_print(msg, **kwargs):
30 try:
31 print(msg, **kwargs)
32 except UnicodeEncodeError:
33 print(msg.encode("ascii", "ignore"), **kwargs)
34
35
36def bootstrap_components(components_source, concurrency, install_type):

Callers 2

bootstrap_componentsFunction · 0.85
build_componentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…