Package rdkit :: Package Chem :: Module rdfiltercatalog :: Class IntPair
[hide private]
[frames] | no frames]

class IntPair

 object --+    
          |    
??.instance --+
              |
             IntPair

Instance Methods [hide private]
 
__getitem__(...)
__getitem__( (IntPair)arg1, (int)arg2) -> int :
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)

Inherited from unreachable.instance: __new__

Class Variables [hide private]
  __instance_size__ = 16
Properties [hide private]
  query
  target
Method Details [hide private]

__getitem__(...)
(Indexing operator)

 

__getitem__( (IntPair)arg1, (int)arg2) -> int :

    C++ signature :
        int __getitem__(std::pair<int, int> {lvalue},unsigned int)

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (int)arg2, (int)arg3) -> None :

    C++ signature :
        void __init__(_object*,int,int)

Overrides: object.__init__

__reduce__(...)

 
Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

query

target