Skip to content

Adding items as tuples

Compare
Choose a tag to compare
@saurabh-hirani saurabh-hirani released this 02 Oct 12:41
· 18 commits to master since this release
  • Breaking change - items should be tuples instead of single values.
  • Instead of s.add_item(5) do s.add_item('x', 5) because the user needs to refer a name against a slot.