Skip to content

JeanDidierGaraud/cython_property_is_attribute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small cython class to show that Cython @property is problematic with rlcompleter.

See python/cpython#112821

make
cd test ; python3 test1.py

throws the RuntimeError.

Completion is also broken in repl:

>>> from mytest import A, B
>>> b = B()
>>> b.size
42
>>> b.<TAB><TAB>
b.name  b.size
>>> b.size = 0
>>> b.<TAB><TAB>
# no completion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published