seperate parser and testing code

This commit is contained in:
Claude
2015-12-13 21:13:20 +01:00
parent fadf4f4419
commit 5a8c46d509
4 changed files with 26 additions and 13 deletions

View File

@@ -1,10 +1,12 @@
""" Pep-0484 type hinting """
# -----------------
# sphinx style
# simple classes
# -----------------
def typehints(a, b: str, c: int, d:int = 4):
#?
def typehints(a, b: str, c: int, d: int=4):
#?
a
#? str()
b