MCPcopy 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_kernMethod · 0.45
kernMethod · 0.45
test_ft2font_get_kerningFunction · 0.45
font_indexing.pyFile · 0.45

Calls

no outgoing calls

Tested by 1

test_ft2font_get_kerningFunction · 0.36