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 7982063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:33:54+00:00 2026-06-04T10:33:54+00:00

This question has been asked before but the accepted solution (given by the question

  • 0

This question has been asked before but the accepted solution (given by the question poster himself) says that we can add the new filter to jinja2.filter.FILTER straightaway.

But in the jinja2 documentation, it is advised that the filter be added to the environment.

I am developing an app under pyramid and need to define my custom filter and do the following.

from jinja2 import Environment

#Define a new filter
def GetBitValue(num,place):
    y = (num >> (place-1)) & 1
    return y

env = Environment()
env.filters['getbitvalue'] = GetBitValue

Where should this code fragment be placed?

I tried placing it in the views file but that obviously did not work.

If i place it in __init__.py, how do I make sure that jinja2 picks it up? I mean how do I send back the env to jinja2 settings under pyramid?

  • 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-04T10:33:55+00:00Added an answer on June 4, 2026 at 10:33 am

    Assuming you are using pyramid_jinja2, you can use pyramid_jinja2.get_jinja2_environment() via the configurator instance to access the environment.

    However, apparently you can also register them via the pyramid config file without accessing the env directly:

    [app:yourapp]
        # ... other stuff ...
        jinja2.filters =
            # ...
            getbitvalue = your_package.your_subpackage:GetBitValue
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question has been asked before, but I can't find any answers that have
This question has been asked before perhaps multiple times, but I can't get the
I know this question has been asked before, but no one has given any
This question has been asked before but that was three years ago and Microsoft
This question has been asked before, but none that I have reviewed give a
I realize this question has been asked before, but I can't get it to
I see that this question has been asked before but the context around the
I'm sure that this question has been asked before but I've been unable to
I realize that this question has been asked before - but none of the
I know this question has been asked before, but I tried eveything and can't

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.