Examples:
Modules:
once()
Profiling:
Links:
Versions:
Returns true only one time
>>> for i in range(10): ... if once(): ... print(i) 0