Skip to content

Instantly share code, notes, and snippets.

@equalis3r
Created September 27, 2021 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save equalis3r/bce5269162353bd9712cacffa2424031 to your computer and use it in GitHub Desktop.
Save equalis3r/bce5269162353bd9712cacffa2424031 to your computer and use it in GitHub Desktop.
class Test:
def __init__(self, param1):
pass
def func1(self, skus, quant):
# Signature help for function 2 is not available
self.func2(0, 0)
return None
def func2(self, items, orders):
# Signature help for function 2 is available from this point only
self.func1(0, 0)
return None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment