How to use the spacepy.toolbox.dictree function in spacepy

To help you get started, we’ve selected a few spacepy examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github drsteve / LANLGeoMag / Python / lgmpy / MagData.py View on Github external
def __repr__(self):
        tb.dictree(self, verbose=True, attrs=True)
        return ''
github drsteve / LANLGeoMag / Lgm_T89.py View on Github external
def __repr__(self):
        tb.dictree(self, True)
        return ''