Skip to content

Commit

Permalink
objective_c_symbol: Show objective_c symbol class
Browse files Browse the repository at this point in the history
  • Loading branch information
netanelc305 committed Mar 6, 2024
1 parent cc83c28 commit 7e7e432
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hilda/objective_c_symbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,6 @@ def __setattr__(self, key, value):

def __str__(self):
return self._to_str(False)

def __repr__(self):
return f'<objCSymbol of class "{self.class_.name}">'

0 comments on commit 7e7e432

Please sign in to comment.