Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a746e7d76 |
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class Wrapper(object):
|
|||
|
||||
@classmethod
|
||||
def _has_dtor(cls):
|
||||
return hasattr(cls, '_delete_')
|
||||
return hasattr(cls, '__delete__')
|
||||
|
||||
|
||||
#def downcast(obj, cls):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue