Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ parse_version
Function
parse_version
dash/_utils.py:319–320 ·
view source on GitHub ↗
(version)
Source
from the content-addressed store, hash-verified
317
318
319
def
parse_version(version):
320
return
tuple(int(s)
for
s in version.split(
"."
))
321
322
323
def
get_caller_name():
Callers
2
enable_compression
Method · 0.90
enable_compression
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…