Skip to content
Snippets Groups Projects

adapter: specify type of objects in DictObjectStore for xml/json deserialize functions

Merged Leon Mauritz Möller requested to merge fix/deserialization_return_types into master

Previously mypy would not know the type of the objects in the DictObjectStore, which would result in mypy infering Any and not checking whether attributes exist for objects in the object store.

Edited by Leon Mauritz Möller

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Leon Mauritz Möller changed title from model.adapter: specify type of objects in DictObjectStore for xml/json deserialize functions to aas.adapter: specify type of objects in DictObjectStore for xml/json deserialize functions

    changed title from model.adapter: specify type of objects in DictObjectStore for xml/json deserialize functions to aas.adapter: specify type of objects in DictObjectStore for xml/json deserialize functions

  • Leon Mauritz Möller changed the description

    changed the description

  • Leon Mauritz Möller changed title from aas.adapter: specify type of objects in DictObjectStore for xml/json deserialize functions to adapter: specify type of objects in DictObjectStore for xml/json deserialize functions

    changed title from aas.adapter: specify type of objects in DictObjectStore for xml/json deserialize functions to adapter: specify type of objects in DictObjectStore for xml/json deserialize functions

  • added 1 commit

    • 7a0a5f9e - adapter: specify type of objects in DictObjectStore

    Compare with previous version

  • Michael Thies approved this merge request

    approved this merge request

  • Michael Thies started a merge train

    started a merge train

  • merged

  • Michael Thies mentioned in commit 56491e8b

    mentioned in commit 56491e8b

Please register or sign in to reply
Loading