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
  • Index
  • Edit on GitHub

Index

_ | C | D | F | G | I | K | L | M | P | R | S | T | U | V

_

  • __bool__() (scitex_dict.DotDict method)
  • __contains__() (scitex_dict.DotDict method)
  • __dir__() (scitex_dict.DotDict method)
  • __eq__() (scitex_dict.DotDict method)
  • __ge__() (scitex_dict.DotDict method)
  • __gt__() (scitex_dict.DotDict method)
  • __init__() (scitex_dict.DotDict method)
  • __iter__() (scitex_dict.DotDict method)
  • __le__() (scitex_dict.DotDict method)
  • __len__() (scitex_dict.DotDict method)
  • __lt__() (scitex_dict.DotDict method)
  • __ne__() (scitex_dict.DotDict method)
  • __repr__() (scitex_dict.DotDict method)
  • __str__() (scitex_dict.DotDict method)
  • _repr_pretty_() (scitex_dict.DotDict method)

C

  • copy() (scitex_dict.DotDict method)

D

  • DotDict (class in scitex_dict)

F

  • flatten() (in module scitex_dict)

G

  • get() (scitex_dict.DotDict method)

I

  • items() (scitex_dict.DotDict method)

K

  • keys() (scitex_dict.DotDict method)

L

  • listed_dict() (in module scitex_dict)

M

  • module
    • scitex_dict

P

  • pformat() (scitex_dict.DotDict method)
  • pop() (scitex_dict.DotDict method)
  • pop_keys() (in module scitex_dict)

R

  • replace() (in module scitex_dict)

S

  • safe_merge() (in module scitex_dict)
  • scitex_dict
    • module
  • setdefault() (scitex_dict.DotDict method)

T

  • to_dict() (scitex_dict.DotDict method)
  • to_str() (in module scitex_dict)

U

  • update() (scitex_dict.DotDict method)

V

  • values() (scitex_dict.DotDict method)

© Copyright 2024-2026, Yusuke Watanabe.

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