Package Biskit :: Module SparseArray
[hide private]
[frames] | no frames]

Module SparseArray

source code

Memory saving representation of a sparse array.

Classes [hide private]
  SparseArrayError
  SparseArray
Memory - saving representation of a sparse array.
  Test
Test class

Functions [hide private]
1|0 isType(o, t)
Test for correct type or correct class:
  getType(o)
Get the type or (if o is instance) class of an object:

Variables [hide private]
  test = Test()

Function Details [hide private]

isType(o, t)

source code 

Test for correct type or correct class:
 isType( o, type_or_class ) -> 1|0
Parameters:
  • o (any) - object to test
  • t (any) - type OR class
Returns: 1|0
result of test

getType(o)

source code 

Get the type or (if o is instance) class of an object:
 getType( o ) -> type or Class
Parameters:
  • o (any) - get the type OR class of this object

Variables Details [hide private]

test

Value:
Test()