We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97a43c commit da7c881Copy full SHA for da7c881
2 files changed
dummyfile
irods/access.py
@@ -25,6 +25,7 @@ class _Access_LookupMeta(type):
25
26
@staticmethod
27
def _codes():
28
+ print ("inherit _Access_LookupMeta")
29
return collections.OrderedDict(
30
(key_, value_)
31
for key_, value_ in sorted(
0 commit comments