コード例 #1
0
 def unpack_groups(self):
     return mounttypes.unpack_objarray(self.ncl, mounttypes.groupnode)
コード例 #2
0
 def unpack_exports(self):
     return mounttypes.unpack_objarray(self.ncl, mounttypes.exportnode)
コード例 #3
0
 def unpack_mountlist(self):
     return mounttypes.unpack_objarray(self.ncl, mounttypes.mountbody)