Give PTEntry a helpful __repr__ method.
[invirt/packages/python-afs.git] / afs / _pts.pyx
index ba3da9f..b7424de 100644 (file)
@@ -76,6 +76,9 @@ cdef class PTEntry:
     cdef public afs_int32 nusers
     cdef public afs_int32 count
 
+    def __repr__(self):
+        return '<PTEntry: %s>' % self.id
+
 cdef int _ptentry_from_checkentry(PTEntry p_entry, prcheckentry c_entry) except -1:
     if p_entry is None:
         raise TypeError