MCPcopy Index your code
hub / github.com/python/cpython / pixels_conv

Function pixels_conv

Lib/test/test_tkinter/support.py:123–124  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

121}
122
123def pixels_conv(value):
124 return float(value[:-1]) * units[value[-1:]]
125
126def tcl_obj_eq(actual, expected):
127 if actual == expected:

Callers 5

checkPixelsParamMethod · 0.90

Calls

no outgoing calls

Tested by 5

checkPixelsParamMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…