Python Forum
Paramter lists when shift+tab doesn't work
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Paramter lists when shift+tab doesn't work
#1
Hello,

Say I have a Python function, func(), which I can't get parameters for. The functionality works; that is, I can apply func(start = 5), to get a result, but I have no idea what all the parameters are, and shift+tab does not work - it only returns *args, *kwargs (there is no docstring available).
How would you go about getting a parameter list so that you could use the function fully? Does Python have any tool/site/place besides shift+tab to see parameters on a function.
Thanks!

By the way, shift+tab works fine elsewhere - just not with this function.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP doesn't work YKR 1 496 Mar-28-2025, 02:10 PM
Last Post: snippsat
  I'm trying to install python 3.11.11 on windows 10 - it doesn't work Petonique 2 1,502 Feb-04-2025, 05:42 PM
Last Post: snippsat
  Extending list doesn't work as expected mmhmjanssen 2 1,308 May-09-2024, 05:39 PM
Last Post: Pedroski55
  using mutable in function defintion as optional paramter akbarza 8 1,936 Apr-27-2024, 09:59 PM
Last Post: snippsat
  Why doesn't calling a parent constructor work with arbitrary keyword arguments? PurposefulCoder 4 1,868 Jun-24-2023, 02:14 PM
Last Post: deanhystad
  Why doesn't this code work? What is wrong with path? Melcu54 7 3,407 Jan-29-2023, 06:24 PM
Last Post: Melcu54
  Find a shift between 2 pictures TazFleck 0 2,158 Jan-18-2023, 09:56 PM
Last Post: TazFleck
  color code doesn't work harryvl 1 1,767 Dec-29-2022, 08:59 PM
Last Post: deanhystad
  client.get_all_tickers() Doesn't work gerald 2 2,545 Jun-16-2022, 07:59 AM
Last Post: gerald
  pip doesn't work after Python upgrade Pavel_47 10 6,612 May-30-2022, 03:31 PM
Last Post: bowlofred

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020