.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH PTWEENS "1" "January 2016" "ptweens 1.6+dfsg-1" "User Commands" .SH NAME ptweens \- Python 2 Pyramid command .SH SYNOPSIS .B ptweens \fI\,config_uri\/\fR .SH DESCRIPTION Print all implicit and explicit tween objects used by a Pyramid application. The handler output includes whether the system is using an explicit tweens ordering (will be true when the "pyramid.tweens" deployment setting is used) or an implicit tweens ordering (will be true when the "pyramid.tweens" deployment setting is *not* used). This command accepts one positional argument named "config_uri" which specifies the PasteDeploy config file to use for the interactive shell. The format is "inifile#name". If the name is left off, "main" will be assumed. Example: "ptweens myapp.ini#main". .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit