/
lib
/
nxlog
/
modules
/
extension
/
python
/
nxlog
/
Upload File
HOME
� �R9dc @ s� d d l Z d d d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d d d � � YZ d � Z d � Z d � Z d � Z d S( i����Nt Modulec B s2 e Z d Z d � Z d � Z d � Z d � Z RS( s� Wrapper class for NXLog internal module. This object is initialized with xm_, im_, or om_python and remains until NXLog is exits. c C s | | _ i | _ d S( s Constructor called by NXLogN( t c_modulet _data( t selfR ( ( s9 /usr/lib/nxlog/modules/extension/python/nxlog/__init__.pyt __init__ s c C s | j | S( N( R ( R t key( ( s9 /usr/lib/nxlog/modules/extension/python/nxlog/__init__.pyt __getitem__ s c C s | | j | <d S( N( R ( R R t value( ( s9 /usr/lib/nxlog/modules/extension/python/nxlog/__init__.pyt __setitem__ s c C s | | j k S( N( R ( R R ( ( s9 /usr/lib/nxlog/modules/extension/python/nxlog/__init__.pyt __contains__ s ( t __name__t __module__t __doc__R R R R ( ( ( s9 /usr/lib/nxlog/modules/extension/python/nxlog/__init__.pyR s t InputModulec B s) e Z d Z d � Z d � Z d � Z RS( s� Wrapper class for NXLog internal module. This object is initialized with xm_, im_, or om_python and remains until NXLog is exits. c C s t j | | � d S( N( R R ( R R ( ( s9 /usr/lib/nxlog/modules/extension/python/nxlog/__init__.pyR "