Skip to content
Snippets Groups Projects
Commit 407036f1 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add tab completion hints

parent 4bc6d0d8
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,9 @@ class Header: ...@@ -134,6 +134,9 @@ class Header:
", access only as dictionary key." ", access only as dictionary key."
) )
def __dir__(self):
return list(self.keys())
def __str__(self): def __str__(self):
lines = ["MC Header:"] lines = ["MC Header:"]
keys = set(mc_header.keys()) keys = set(mc_header.keys())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment