I want to know what this ( and other ) methods does:
parser.compile_filter()
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
The only official docs, which I’m sure you found are here.
Other good places to look are, the user group, the developer group, the source code, and the source code history,
As far as
compile_filtergoes. The source (with a docstring) says.And FilterExpression is documented here as: