mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Remove a class that is not needed anymore
This commit is contained in:
@@ -670,16 +670,6 @@ class Wrapped(ContextWrapper, FunctionMixin):
|
|||||||
return [self]
|
return [self]
|
||||||
|
|
||||||
|
|
||||||
class ReplacedNameSignature(SignatureWrapper):
|
|
||||||
def __init__(self, signature, name):
|
|
||||||
super(ReplacedNameSignature, self).__init__(signature)
|
|
||||||
self._name = name
|
|
||||||
|
|
||||||
@property
|
|
||||||
def name(self):
|
|
||||||
return self._name
|
|
||||||
|
|
||||||
|
|
||||||
@argument_clinic('*args, /', want_obj=True, want_arguments=True)
|
@argument_clinic('*args, /', want_obj=True, want_arguments=True)
|
||||||
def _operator_itemgetter(args_context_set, obj, arguments):
|
def _operator_itemgetter(args_context_set, obj, arguments):
|
||||||
return ContextSet([
|
return ContextSet([
|
||||||
@@ -714,7 +704,6 @@ _implemented = {
|
|||||||
'functools': {
|
'functools': {
|
||||||
'partial': functools_partial,
|
'partial': functools_partial,
|
||||||
'wraps': _functools_wraps,
|
'wraps': _functools_wraps,
|
||||||
#'wraps': _return_first_param,
|
|
||||||
},
|
},
|
||||||
'_weakref': {
|
'_weakref': {
|
||||||
'proxy': _return_first_param,
|
'proxy': _return_first_param,
|
||||||
|
|||||||
Reference in New Issue
Block a user