MCPcopy 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
319def parse_version(version):
320 return tuple(int(s) for s in version.split("."))
321
322
323def get_caller_name():

Callers 2

enable_compressionMethod · 0.90
enable_compressionMethod · 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…