Data Model version 2.1.2

Method: removeSlice


    Remove slice of matrix in slowest verying dimension at offset index.

guid: www.ccpn.ac.uk_Fogh_2011-04-07-12:26:00_00001__www.ccpn.ac.uk_Fogh_2011-03-30-17:55:16_00001
OpType: otherModify
OpSubType: None
isQuery: False
isAbstract: False
Scope: instance_level
Code: data = self.__dict__['data']
if data:
  start = self.pointToIndex((index,))
  end = self.pointToIndex((index+1,))
  del data[start:end]
self.__dict__['shape'][0] -= 1
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Fri Mar 28 11:18:20 2014    from data model package  ccp.api.molecule.MolStructure.DataMatrix   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk