mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-28 16:06:50 +08:00
seperate parser and testing code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user