Skip to content

Commit

Permalink
Update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Jan 21, 2018
1 parent d2949ae commit d0bab13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/py/autowig/asg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,10 @@ class ClassTemplateSpecializationProxy(ClassProxy, TemplateSpecializationProxy):
"""
"""

@property
def is_complete(self):
return self._is_complete or len(self.declarations()) > 0

@property
def header(self):
if not hasattr(self, '_header'):
Expand Down

0 comments on commit d0bab13

Please sign in to comment.