Skip to content

Commit 1dd2f94

Browse files
committed
Update README.
1 parent b190063 commit 1dd2f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Name = namedtuple(['first', 'last'])
188188
## Limitations
189189
- Working in `ipython REPL` but not in standard `python console`
190190
- You have to know at which stack the function/class will be called
191-
- For performance, since inspection is involved, better cache the name
191+
- Not working with `reticulate` from `R` since it cuts stacks to the most recent one.
192192
- `nameof` cannot be used in statements in `pytest`
193193
```
194194
a = 1

0 commit comments

Comments
 (0)