Module gfal2 :: Class creat_context :: Class gfalt_event
[hide private]
[frames] | no frames]

Class gfalt_event

 object --+    
          |    
??.instance --+
              |
             creat_context.gfalt_event

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
__repr__(...)
__repr__( (gfalt_event)arg1) -> str :
 
__str__(...)
__str__( (gfalt_event)arg1) -> str :

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 40
Properties [hide private]
  description
  domain
  side
  stage
  timestamp

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(...)
(Representation operator)

 

__repr__( (gfalt_event)arg1) -> str :

    C++ signature :
        std::string __repr__(Gfalt_event {lvalue})

Overrides: object.__repr__

__str__(...)
(Informal representation operator)

 

__str__( (gfalt_event)arg1) -> str :

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

Overrides: object.__str__

Property Details [hide private]

description

Get Method:
unreachable(...)

domain

Get Method:
unreachable(...)

side

Get Method:
unreachable(...)

stage

Get Method:
unreachable(...)

timestamp

Get Method:
unreachable(...)