MCPcopy 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

image_demo.pyFile · 0.45

Calls 3

maxFunction · 0.85
getKeyPathFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected