mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Remove todo about overload, it was already done
This commit is contained in:
@@ -104,7 +104,6 @@ class TypingModuleName(NameWrapper):
|
|||||||
# checking or are in cycles. The user can then check this variable.
|
# checking or are in cycles. The user can then check this variable.
|
||||||
yield builtin_from_name(evaluator, u'True')
|
yield builtin_from_name(evaluator, u'True')
|
||||||
elif name == 'overload':
|
elif name == 'overload':
|
||||||
# TODO implement overload
|
|
||||||
yield OverloadFunction(self)
|
yield OverloadFunction(self)
|
||||||
elif name == 'cast':
|
elif name == 'cast':
|
||||||
# TODO implement cast
|
# TODO implement cast
|
||||||
|
|||||||
Reference in New Issue
Block a user