mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-17 19:15:55 +08:00
Remove some docstrings that are outdated
This commit is contained in:
@@ -169,14 +169,6 @@ class MethodContext(FunctionContext):
|
|||||||
|
|
||||||
|
|
||||||
class FunctionExecutionContext(TreeContext):
|
class FunctionExecutionContext(TreeContext):
|
||||||
"""
|
|
||||||
This class is used to evaluate functions and their returns.
|
|
||||||
|
|
||||||
This is the most complicated class, because it contains the logic to
|
|
||||||
transfer parameters. It is even more complicated, because there may be
|
|
||||||
multiple calls to functions and recursion has to be avoided. But this is
|
|
||||||
responsibility of the recursion module.
|
|
||||||
"""
|
|
||||||
function_execution_filter = FunctionExecutionFilter
|
function_execution_filter = FunctionExecutionFilter
|
||||||
|
|
||||||
def __init__(self, evaluator, parent_context, function_context, var_args):
|
def __init__(self, evaluator, parent_context, function_context, var_args):
|
||||||
|
|||||||
@@ -59,9 +59,6 @@ class AnonymousInstanceArguments(AnonymousArguments):
|
|||||||
|
|
||||||
|
|
||||||
class AbstractInstanceContext(Context):
|
class AbstractInstanceContext(Context):
|
||||||
"""
|
|
||||||
This class is used to evaluate instances.
|
|
||||||
"""
|
|
||||||
api_type = u'instance'
|
api_type = u'instance'
|
||||||
|
|
||||||
def __init__(self, evaluator, parent_context, class_context, var_args):
|
def __init__(self, evaluator, parent_context, class_context, var_args):
|
||||||
|
|||||||
Reference in New Issue
Block a user