Module gfal2 :: Class GError
[hide private]
[frames] | no frames]

Class GError

 object --+    
          |    
??.instance --+
              |
             GError

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (str)arg2, (int)arg3) -> None :
 
__reduce__(...)
helper for pickle
 
__str__(...)
__str__( (GError)arg1) -> str :
 
code(...)
code( (GError)arg1) -> int :
 
message(...)
message( (GError)arg1) -> str :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 40
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

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

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

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__str__(...)
(Informal representation operator)

 

__str__( (GError)arg1) -> str :

    C++ signature :
        std::string __str__(Gerror_exception {lvalue})

Overrides: object.__str__

code(...)

 

code( (GError)arg1) -> int :

    C++ signature :
        int code(Gerror_exception {lvalue})

message(...)

 

message( (GError)arg1) -> str :

    C++ signature :
        std::string message(Gerror_exception {lvalue})