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

  • Home
  • SEARCH
  • 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 6869541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:34:13+00:00 2026-05-27T03:34:13+00:00

In documenting a Python function, I find it more Pythonic to say: def Foo(i):

  • 0

In documenting a Python function, I find it more Pythonic to say:

def Foo(i):
    """i: An interable containing…"""

…rather than…

def Foo(i):
    """i: A list of …"""

When i really doesn’t need to be a list. (Foo will happily operate on a set, tuple, etc.) The problem is generators. Generators typically only allow 1 iteration. Most functions are OK with generators or iterables that only allow a single pass, but some are not.

For those functions that cannot accept generators/things that can only be iterated once, is there a clear, consistent Python term to say “thing that can only be iterated more than once”?

The Python glossary for iterable and iterator seem to have a “once, but maybe more if you’re lucky” definition.

  • 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-05-27T03:34:14+00:00Added an answer on May 27, 2026 at 3:34 am

    I don’t know of a standard term for this, at least not offhand, but I think “reusable iterable” would get the point across if you need a short phrase.

    In practice, it’s generally possible to structure your function so that you don’t need to iterate over i more than once. Alternatively, you can create a list out of the iterable and then iterate over the list as many times as you want; or you can use itertools.tee to get multiple independent “copies” of the iterator. That lets you accept a generator even if you do need to use it more than once.

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

Sidebar

Related Questions

I'd like to do something really simple with boost::python. I can find documentation for
I've been documenting my Javascript with v-doc comments, as this works really nicely with
What is out there on conventions and tools for documenting python source code?
I'm trying to create a self documenting python web service. My Situation: I've got
I'm documenting code C with doxygen but this function can´t /** * @fn void
I am documenting a library that has a Python component and a JavaScript component.
I'm documenting the procedure for a full redeploy on my development server. Small staff,
I've been documenting a software package using Sphinx and reStructuredText . Within my documents,
I have always been for documenting code, but when it comes to AJAX +
What are the best practices and software tools for documenting software design and architecture

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.