1
0
forked from VimPlug/jedi

instance_allow_descriptor_getattr as public setting

This commit is contained in:
Patterson, Kevin R
2023-02-08 18:17:26 -06:00
parent aeadba7cad
commit fac0b7f068
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -143,6 +143,12 @@ This improves autocompletion for libraries that use ``setattr`` or
``globals()`` modifications a lot.
"""
instance_allow_descriptor_getattr = True
"""
Controls whether descriptors are evaluated when using an Interpreter. This is
something you might want to control when using Jedi from a Repl (e.g. IPython)
"""
# ----------------
# Caching Validity
# ----------------