summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d5d1271)
Signed-off-by: Evan Broder <broder@mit.edu>
cdef public afs_int32 nusers
cdef public afs_int32 count
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
cdef int _ptentry_from_checkentry(PTEntry p_entry, prcheckentry c_entry) except -1:
if p_entry is None:
raise TypeError