PythOnRails to Python · 1 年前The Python dictionary dispatch patternjamesg.blogexternal-linkmessage-square10fedilinkarrow-up133arrow-down10
arrow-up133arrow-down1external-linkThe Python dictionary dispatch patternjamesg.blogPythOnRails to Python · 1 年前message-square10fedilink
minus-squareZeth0s@lemmy.worldlinkfedilinkarrow-up1·1 年前With classes you needs getattr in python to achieve the same. This is cleaner for simple mappings
With classes you needs getattr in python to achieve the same. This is cleaner for simple mappings