mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
abstractmethod should just pass params
This commit is contained in:
@@ -331,4 +331,9 @@ _implemented = {
|
||||
'collections': {
|
||||
'namedtuple': collections_namedtuple,
|
||||
},
|
||||
'abc': {
|
||||
# Not sure if this is necessary, but it's used a lot in typeshed and
|
||||
# it's for now easier to just pass the function.
|
||||
'abstractmethod': _return_first_param,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user