We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current to use scoop i have to craete a functions
import snoop @snoop def main(): ALLOWED_HOSTS=[ "host1", "host2" ] return ALLOWED_HOSTS hare = main()
instead can i do or entire file
import snoop @snoop any python code here
just like in bash we have
set -x bash script
to see all the commands
The text was updated successfully, but these errors were encountered:
In addition, if we can have a -m module flag to run it directly without modifying the code, that would be useful too.
-m
python -m snoop run my_script.py
Sorry, something went wrong.
No branches or pull requests
Current to use scoop i have to craete a functions
instead can i do or entire file
just like in bash we have
to see all the commands
The text was updated successfully, but these errors were encountered: