Skip to content

Commit 4426ae3

Browse files
committed
Changed then __owned__ docstring to reflect that it is now a read/write property.
1 parent 7eb051e commit 4426ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/WrapDelphi.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3835,7 +3835,7 @@ class procedure TPyDelphiObject.RegisterGetSets(PythonType: TPythonType);
38353835
PythonType.AddGetSet('__bound__', @TPyDelphiObject.Get_Bound, nil,
38363836
'Returns True if the wrapper is still bound to the Delphi instance.', nil);
38373837
PythonType.AddGetSet('__owned__', @TPyDelphiObject.Get_Owned, @TPyDelphiObject.Set_Owned,
3838-
'Returns True if the wrapper owns the Delphi instance.', nil);
3838+
'Boolean read/write property that determines weather the wrapper owns the Delphi instance.', nil);
38393839
end;
38403840

38413841
class procedure TPyDelphiObject.RegisterMethods(PythonType: TPythonType);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy