Skip to content

Commit

Permalink
used __ for python_owns instead of _
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Oct 24, 2017
1 parent 969f681 commit c71da66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_doc_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_memory(self):
from cppyy.gbl import ConcreteClass

c = ConcreteClass()
assert c._python_owns == True
assert c.__python_owns__ == True

def test_methods(self):
import cppyy
Expand Down

0 comments on commit c71da66

Please sign in to comment.