OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Static Public Attributes | List of all members
openzgy.api._internal Class Reference

Explicit control of imported symbols. More...

Static Public Attributes

 enum
 
 ZgyInternalMeta
 
 ZgyInternalBulk
 
 ScalarBuffer
 
 generalTransform
 
 FileFactory
 
 StatisticData
 
 DecimationType
 
 CompressFactoryImpl
 
 ZfpCompressPlugin
 
 GenLodC
 

Detailed Description

Explicit control of imported symbols.

This class is only used to rename some internal code.

I want to be explicit about which classes I need from impl.*
but at the same time I don't want to pollute the user-visible api
namespace with names not even starting with an underscore that the
user has no business accessing. I am not sure whether my way of
achieving this is considered a kludge.

What I really want is to say something like:

    from .impl.genlod import GenLodC as _internal.GenLodC

but apparently this is not allowed.

The documentation for this class was generated from the following file: