mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 10:07:06 +08:00
CallDef -> CallSignature
This commit is contained in:
@@ -543,9 +543,9 @@ class Definition(BaseDefinition):
|
||||
return defined_names(self._evaluator, d)
|
||||
|
||||
|
||||
class CallDef(object):
|
||||
class CallSignature(object):
|
||||
"""
|
||||
`CallDef` objects is the return value of `Script.function_definition`.
|
||||
`CallSignature` objects is the return value of `Script.function_definition`.
|
||||
It knows what functions you are currently in. e.g. `isinstance(` would
|
||||
return the `isinstance` function. without `(` it would return nothing.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user