Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ _get_major_version
Function
_get_major_version
pydev_ipython/matplotlibtools.py:76–77 ·
view source on GitHub ↗
(module)
Source
from the content-addressed store, hash-verified
74
75
76
def
_get_major_version(module):
77
return
int(module.__version__.split(
"."
)[0])
78
79
80
def
_get_minor_version(module):
Callers
1
is_interactive_backend
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected