Skip to content
  • Mark OLESEN's avatar
    ENH: use dictionary findDict() instead of isDict() + subDict() · 55f5f877
    Mark OLESEN authored
    - avoids redundant dictionary searching
    
    STYLE: remove dictionary lookupOrDefaultCompat wrapper
    
    - deprecated and replaced by getOrDefaultCompat (2019-05).
      The function is usually specific to internal keyword upgrading
      (version compatibility) and unlikely to exist in any user code.
    55f5f877