Skip to content

Commit da7e572

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Enhance README with warning about intended use cases
1 parent 2600ae7 commit da7e572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ print(getsource(function))
5858

5959
This allows AST-based tools to work reliably in both scripts and the `REPL`. All other functions in the library are built on top of it.
6060

61-
However, please note that this library is intended solely for retrieving the source code of functions of any kind, including generators, async functions, regular functions, class methods, lambdas, and so on. It is not intended for classes, modules, or other objects. Other use cases may work, but they are not covered by the test suite.
61+
> ⚠️ Please note that this library is intended solely for retrieving the source code of functions of any kind, including generators, async functions, regular functions, class methods, lambdas, and so on. It is not intended for classes, modules, or other objects. Other use cases may work, but they are not covered by the test suite.
6262
6363

6464
## Get cleaned source

0 commit comments

Comments
 (0)