MCPcopy Create free account
hub / github.com/nodejs/node / any

Method any

deps/v8/tools/avg.py:196–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194 self.max_widths.max_widths(self.all[key].widths())
195
196 def any(self):
197 if self.all:
198 return next(iter(self.all.values()))
199 return None
200
201 def print_results(self):
202 print("{:<{}}".format("", self.last_status_len), end="\r")

Callers

nothing calls this directly

Calls 2

nextFunction · 0.70
valuesMethod · 0.45

Tested by

no test coverage detected