Files
codeql/python/tools/recorded-call-graph-metrics/tests/python-src/dict-get.py
Rasmus Wriedt Larsen 2407c8b07e Python: CG trace: Better handling of builtins without __module__
Not 100% perfect, but better
2020-07-24 19:13:53 +02:00

4 lines
41 B
Python

d = dict()
d.get("foo") or d.get("bar")