fully annotated code

This commit is contained in:
Xavier Olive
2022-11-01 16:32:42 +09:00
parent d3607a16c1
commit 51222372b1
32 changed files with 869 additions and 404 deletions
+5 -3
View File
@@ -3,10 +3,12 @@
# Common usage GICB capability report
# ------------------------------------------
from pyModeS import common
from typing import List
from ... import common
def is17(msg):
def is17(msg: str) -> bool:
"""Check if a message is likely to be BDS code 1,7
Args:
@@ -38,7 +40,7 @@ def is17(msg):
return True
def cap17(msg):
def cap17(msg: str) -> List[str]:
"""Extract capacities from BDS 1,7 message
Args: