SciTeX Dict

Getting Started

  • Installation
    • Requirements
    • Basic Installation
    • Development
  • Quickstart

API Reference

  • scitex_dict
    • DotDict
      • DotDict.__init__()
      • DotDict.get()
      • DotDict.to_dict()
      • DotDict.__str__()
      • DotDict.__repr__()
      • DotDict._repr_pretty_()
      • DotDict.pformat()
      • DotDict.__len__()
      • DotDict.keys()
      • DotDict.values()
      • DotDict.items()
      • DotDict.update()
      • DotDict.setdefault()
      • DotDict.pop()
      • DotDict.__contains__()
      • DotDict.__iter__()
      • DotDict.copy()
      • DotDict.__dir__()
      • DotDict.__eq__()
      • DotDict.__ne__()
      • DotDict.__lt__()
      • DotDict.__le__()
      • DotDict.__gt__()
      • DotDict.__ge__()
      • DotDict.__bool__()
    • listed_dict()
    • pop_keys()
    • replace()
    • safe_merge()
    • to_str()
    • flatten()
SciTeX Dict
  • Search


© Copyright 2024-2026, Yusuke Watanabe.

Built with Sphinx using a theme provided by Read the Docs.