We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b190063 commit 1dd2f94Copy full SHA for 1dd2f94
README.md
@@ -188,7 +188,7 @@ Name = namedtuple(['first', 'last'])
188
## Limitations
189
- Working in `ipython REPL` but not in standard `python console`
190
- You have to know at which stack the function/class will be called
191
-- For performance, since inspection is involved, better cache the name
+- Not working with `reticulate` from `R` since it cuts stacks to the most recent one.
192
- `nameof` cannot be used in statements in `pytest`
193
```
194
a = 1
0 commit comments