python-sdk/openfeature
Michael Beemer 0c314ab77c
fix!: raise error if the flag wasn't found using the in-memory provider (#228)
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2023-11-01 14:56:48 -04:00
..
_backports
hook refactor: use if clauses in list comprehensions to make code more pythonic (#215) 2023-10-19 17:38:11 -03:00
immutable_dict
provider fix!: raise error if the flag wasn't found using the in-memory provider (#228) 2023-11-01 14:56:48 -04:00
api.py feat: implement initialize/shutdown on provider registration (#213) 2023-10-18 12:04:09 -03:00
client.py
evaluation_context.py fix: Hook methods should have default non-abstract implementations (#216) 2023-10-18 12:30:29 -03:00
exception.py
flag_evaluation.py