mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 10:07:06 +08:00
Make it clearer when get_param is used.
This commit is contained in:
@@ -571,7 +571,6 @@ class DataclassParamName(BaseTreeParamName):
|
||||
|
||||
def get_kind(self):
|
||||
return Parameter.POSITIONAL_OR_KEYWORD
|
||||
#TODO get_param?
|
||||
|
||||
def infer(self):
|
||||
if self.annotation_node is None:
|
||||
|
||||
Reference in New Issue
Block a user