Lines Matching full:py
31 \newcommand{\py@release}{\releasename\space\version}
32 \newcommand{\version}{}% part of \py@release, used by title page and headers
56 \newcommand{\py@authoraddress}{}
57 \newcommand{\authoraddress}[1]{\renewcommand{\py@authoraddress}{#1}}
64 \newcommand{\py@itemnewline}[1]{% macro used as \makelabel in fulllineitems
75 \let\makelabel=\py@itemnewline}%
80 \newlength{\py@argswidth}
81 \newcommand{\py@sigparams}[2]{%
82 % The \py@argswidth has been computed in \pysiglinewithargsret to make this
84 \parbox[t]{\py@argswidth}{\raggedright #1\sphinxcode{)}#2\strut}%
89 % the \py@argswidth is available we use it despite its name (no "args" here)
90 % the \relax\relax is because \py@argswidth is a "skip" variable and the first
92 \py@argswidth=\dimexpr\linewidth+\labelwidth\relax\relax
93 \item[{\parbox[t]{\py@argswidth}{\raggedright #1\strut}}]
102 \settowidth{\py@argswidth}{#1\sphinxcode{(}}%
103 \py@argswidth=\dimexpr\linewidth+\labelwidth-\py@argswidth\relax\relax
104 \item[{#1\sphinxcode{(}\py@sigparams{#2}{#3}}]