MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / _get_minor_version

Function _get_minor_version

pydev_ipython/matplotlibtools.py:80–81  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

78
79
80def _get_minor_version(module):
81 return int(module.__version__.split(".")[1])
82
83
84def is_interactive_backend(backend):

Callers 1

is_interactive_backendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected