MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / count

Method count

scripts/python/ui/ui_demo.py:320–322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

318 self.progress_bar = ui.ProgressBar(parent=window, fraction=0)
319
320 def count(self):
321 self.counter += 1
322 self.counter_button.label = f"Clicked {self.counter} times"
323
324 def timer_callback(self):
325 self.timer = None

Callers 15

deltaMethod · 0.80
calcDurationMethod · 0.80
measureMethod · 0.80
runTestFunction · 0.80
runTestsParallelFunction · 0.80
runTestsSerialFunction · 0.80
enumerateTestsFunction · 0.80
filterTestsFunction · 0.80
registerFieldMethod · 0.80
setPopupPinMethod · 0.80

Calls

no outgoing calls

Tested by 6

runTestFunction · 0.64
runTestsParallelFunction · 0.64
runTestsSerialFunction · 0.64
enumerateTestsFunction · 0.64
filterTestsFunction · 0.64
findSetMethod · 0.64