The __name__ attribute is the correct way to get a function name in
Python 3. This also works with Python 2.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 42028 Build 42385: arc lint + arc unit
Differential D71136
[libcxx] Replace func_name with __name__ for compatibility with Python 3 broadwaylamb on Dec 6 2019, 11:21 AM. Authored by
Details The __name__ attribute is the correct way to get a function name in
Diff Detail
|