- Index
- »
- ph
- »
- noSideEffects
def
noSideEffects
Marks a function or operation as having no side effects. The function may or may not be pure in that calling it multiple times with the same arguments always evaluates to the same result.
meta
def | noSideEffects |
---|---|
doc | See above |
is | marker |
lib | lib:ph |
wikipedia | https://en.wikipedia.org/wiki/Side_effect_(computer_science) |
supertypes
marker |
Marker labels a dict with typing information |
---|