Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_kerning
Method
get_kerning
lib/matplotlib/_mathtext.py:1124–1125 ·
view source on GitHub ↗
(self, next: Node | None)
Source
from the content-addressed store, hash-verified
1122
return
type(self).__name__
1123
1124
def
get_kerning(self, next: Node | None) -> float:
1125
return
0.0
1126
1127
def
shrink(self) -> None:
1128
""
"
Callers
4
get_kern
Method · 0.45
kern
Method · 0.45
test_ft2font_get_kerning
Function · 0.45
font_indexing.py
File · 0.45
Calls
no outgoing calls
Tested by
1
test_ft2font_get_kerning
Function · 0.36