Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ max
Method
max
Pyto Mac/PyObjC/PyObjCTools/KeyValueCoding.py:146–148 ·
view source on GitHub ↗
(obj, segments)
Source
from the content-addressed store, hash-verified
144
145
@staticmethod
146
def
max(obj, segments):
147
path =
'.'
.join(segments)
148
return
max(x
for
x in getKeyPath(obj, path)
if
x is not _null)
149
150
@staticmethod
151
def
min(obj, segments):
Callers
2
pcolormesh_levels.py
File · 0.45
image_demo.py
File · 0.45
Calls
3
max
Function · 0.85
getKeyPath
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected