Files
codeql/python/tools/recorded-call-graph-metrics/tests/python-src/io-builtin.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

5 lines
125 B
Python

import io
# the `io.open` is just an alias for `_io.open`, but we record the external callee as `io.open` :|
io.open("foo")