Compare commits
No commits in common. "patch-1" and "master" have entirely different histories.
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class Wrapper(object):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _has_dtor(cls):
|
def _has_dtor(cls):
|
||||||
return hasattr(cls, '__delete__')
|
return hasattr(cls, '_delete_')
|
||||||
|
|
||||||
|
|
||||||
#def downcast(obj, cls):
|
#def downcast(obj, cls):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue