Skip to content

Setters and getters more intuitive #33

@mhallipelto

Description

@mhallipelto

I think setters and getters could be more intuitive for manipulating data.

   hole.fileheader['KJ'] 
   hole.header.XY["X"]
   hole.header.XY["Y"]
   etc..

And it should be ensured that it handels pointers and copys correctly.

hole = holes[0]
hole.fileheader['KJ']  = "system"

changes all holes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions