Package schrodinger :: Package infra :: Module phase :: Class SwigIntIntPair
[hide private]
[frames] | no frames]

Class SwigIntIntPair

object --+
         |
        SwigIntIntPair

Proxy of C++ std::pair<(int,int)> class

Instance Methods [hide private]
 
__init__(self, *args)
__init__(std::pair<(int,int)> self) -> SwigIntIntPair __init__(std::pair<(int,int)> self, int first, int second) -> SwigIntIntPair __init__(std::pair<(int,int)> self, SwigIntIntPair p) -> SwigIntIntPair
 
__len__(self)
 
__repr__(self)
repr(x)
 
__getitem__(self, index)
 
__setitem__(self, index, val)
 
__swig_destroy__(...)
delete_SwigIntIntPair(SwigIntIntPair self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  thisown
The membership flag
  first
SwigIntIntPair_first_get(SwigIntIntPair self) -> int
  second
SwigIntIntPair_second_get(SwigIntIntPair self) -> int

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args)
(Constructor)

 

__init__(std::pair<(int,int)> self) -> SwigIntIntPair __init__(std::pair<(int,int)> self, int first, int second) -> SwigIntIntPair __init__(std::pair<(int,int)> self, SwigIntIntPair p) -> SwigIntIntPair

Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details [hide private]

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

first

SwigIntIntPair_first_get(SwigIntIntPair self) -> int

Get Method:
_phase'.SwigIntIntPair_first_get(...) - SwigIntIntPair_first_get(SwigIntIntPair self) -> int
Set Method:
_phase'.SwigIntIntPair_first_set(...) - SwigIntIntPair_first_set(SwigIntIntPair self, int first)

second

SwigIntIntPair_second_get(SwigIntIntPair self) -> int

Get Method:
_phase'.SwigIntIntPair_second_get(...) - SwigIntIntPair_second_get(SwigIntIntPair self) -> int
Set Method:
_phase'.SwigIntIntPair_second_set(...) - SwigIntIntPair_second_set(SwigIntIntPair self, int second)