Package glue :: Package ligolw :: Module lsctables :: Class gpsproperty_with_gmst
[hide private]
[frames] | no frames]

Class gpsproperty_with_gmst

source code

 object --+    
          |    
gpsproperty --+
              |
             gpsproperty_with_gmst

Instance Methods [hide private]
 
__init__(self, s_name, ns_name, gmst_name)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__set__(self, obj, gps) source code

Inherited from gpsproperty: __get__

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

Class Variables [hide private]

Inherited from gpsproperty: neginf, posinf

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, s_name, ns_name, gmst_name)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__set__(self, obj, gps)

source code 
Overrides: gpsproperty.__set__