Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7888869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:56:52+00:00 2026-06-03T05:56:52+00:00

Hopefully a simple question, but it doesn’t seem to be covered in the documentation

  • 0

Hopefully a simple question, but it doesn’t seem to be covered in the documentation or web2py book…

I’ve got a web2py controller method that looks something like:

def mymethod():
    '''
    doctests go here
    '''
    param1 = request.vars['param1']
    param2 = request.vars['param2']
    param3 = request.vars['param3']
    # Stuff happens...
    return dict(result=result)

with the parameters being passed in as request variables as per the documentation

Is there any way to build a doctest (inline with the method definition) to evaluate the return value of a call such as mymethod(param1=9, param2='a', param3=3.7)?

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T05:56:54+00:00Added an answer on June 3, 2026 at 5:56 am

    Just put the desired values in request.vars within the doctest:

    def mymethod():
        '''
        >>> request.vars.update(param1=9, param2='a', param3=3.7)
        >>> mymethod()
        [expected output of mymethod goes here]
        '''
    

    To get the doctest right, you can play around in a web2py shell, which you can start as follows:

    python web2py.py -S myapp/mycontroller -M -N
    

    That will give you a Python shell in an environment with your application’s model files executed (that’s what the -M option does). Because mycontroller is specified, you’ll also be able to call any function in mycontroller. Run some commands in the shell and then paste the session into your docstring.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is probably (hopefully) a pretty simple question, but I can't seem to get
Second question of the day but hopefully simple, I just need to change the
hopefully a pretty simple question this time. I have a Select method in a
This isn't a very simple question, but hopefully someone has run across it. I
I've got a (hopefully) simple question. My program has a ListView to display some
Hopefully a simple question - apologies if it's already been answered but nothing came
Hopefully a very simple question. But I'm using Code First with an MVC app
Hopefully have a simple question here but I cannot for the life of me
I'm just getting started with Require.JS and I have a (hopefully) simple question. I'm
Hopefully a simple question although one I have found impossible to answer myself using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.