Module gfal2 :: Class GfaltEvent
[show private | hide private]
[frames | no frames]

Type GfaltEvent

object --+    
         |    
  instance --+
             |
            GfaltEvent


Method Summary
  __init__(...)
__init__( (object)arg1) -> None
  __reduce__(...)
  __repr__(...)
__repr__( (GfaltEvent)arg1) -> str
  __str__(...)
__str__( (GfaltEvent)arg1) -> str
    Inherited from instance
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Property Summary
  description
  domain
  side
  stage
  timestamp

Class Variable Summary
int __instance_size__ = 32                                                                    

Method Details

__init__(...)
(Constructor)

__init__( (object)arg1) -> None
Overrides:
__builtin__.object.__init__

__repr__(...)
(Representation operator)

__repr__( (GfaltEvent)arg1) -> str
Overrides:
__builtin__.object.__repr__

__str__(...)
(Informal representation operator)

__str__( (GfaltEvent)arg1) -> str
Overrides:
__builtin__.object.__str__

Property Details

description

Get Method:
<Boost.Python.function object at 0x9f24a...

domain

Get Method:
<Boost.Python.function object at 0x9f24a...

side

Get Method:
<Boost.Python.function object at 0x9f24a...

stage

Get Method:
<Boost.Python.function object at 0x9f24a...

timestamp

Get Method:
<Boost.Python.function object at 0x9f24a...

Class Variable Details

__instance_size__

Type:
int
Value:
32                                                                    

Generated by Epydoc 2.1 on Mon Feb 20 09:26:45 2017 http://epydoc.sf.net