You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#420][#422] present appropriate iRODSAccess.codes, in sorted order
(The sorting was an issue only in Python2, where the dict structure
doesn't maintain keys in the order introduced.)
For added convenience, we also add some smarts to the iRODSAccess
class, giving it the ability to function as a dictionary:
iRODSAccess.keys() -> ['null', ... 'own']
iRODSAccess['own'] -> 1200.
A new iRODSSession property, available_permissions, returns either
this class or the legacy _iRODSAccess_pre_4_3_0, thus
session.available_permissions.keys()
returns a list of the permission strings (sorted according to the
numeric value, aka privilege level) which are applicable for the
connected server.
0 commit comments