home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
p
/
python
/
pytexdoc
/
ext
/
lib
/
lib1
/
funcs
/
tex
/
images.pl
(
.txt
)
< prev
next >
Wrap
LaTeX Document
|
1996-11-08
|
4KB
|
82 lines
# LaTeX2HTML 2022 (Released January 1, 2022)
# Associate images original text with physical files.
$key = q//;
$cached_env_img{$key} = q|<IMG
STYLE="" SRC="|."$dir".q|img10.png"
ALT="\begin{funcdesc}{eval}{expression\optional{ globals\optional{ locals}}}
The...
...o pass around for use by \code{eval()} or \code{execfile()}.
\end{funcdesc}">|;
$key = q/{funcdesc}{abs}{x}Returntheabsolutevalueofanumber.Theargumentmaybeaplainorlongintegerorafloatingpointnumber.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 196.25ex; vertical-align: -0.57ex; " SRC="|."$dir".q|img1.png"
ALT="\begin{funcdesc}{abs}{x}
Return the absolute value of a number. The argument may be a plain
or long integer or a floating point number.
\end{funcdesc}">|;
$key = q/{funcdesc}{coerce}{x,y}Returnatupleconsistingofthetwonumericargumentsconvertedtoacommontype,usingthesamerulesasusedbyarithmeticoperations.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img5.png"
ALT="\begin{funcdesc}{coerce}{x y}
Return a tuple consisting of the two numeric ar...
...mon type, using the same rules as used by arithmetic
operations.
\end{funcdesc}">|;
$key = q/{funcdesc}{float}{x}Convertanumbertofloatingpoint.Theargumentmaybeaplainorlongintegerorafloatingpointnumber.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.17ex; vertical-align: 176.54ex; " SRC="|."$dir".q|img13.png"
ALT="\begin{funcdesc}{float}{x}
Convert a number to floating point. The argument may be a plain or
long integer or a floating point number.
\end{funcdesc}">|;
$key = q/{funcdesc}{hex}{x}Convertanintegernumber(ofanysize)toahexadecimalstring.TheresultisavalidPythonexpression.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.27ex; " SRC="|."$dir".q|img18.png"
ALT="\begin{funcdesc}{hex}{x}
Convert an integer number (of any size) to a hexadecimal string.
The result is a valid Python expression.
\end{funcdesc}">|;
$key = q/{funcdesc}{len}{s}Returnthelength(thenumberofitems)ofanobject.Theargumentmaybeasequence(string,tupleorlist)oramapping(dictionary).{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.17ex; vertical-align: 176.27ex; " SRC="|."$dir".q|img22.png"
ALT="\begin{funcdesc}{len}{s}
Return the length (the number of items) of an object. ...
... be a sequence (string, tuple or list) or a mapping (dictionary).
\end{funcdesc}">|;
$key = q/{funcdesc}{long}{x}Convertanumbertoalonginteger.Theargumentmaybeaplainorlongintegerorafloatingpointnumber.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img24.png"
ALT="\begin{funcdesc}{long}{x}
Convert a number to a long integer. The argument may be a plain or
long integer or a floating point number.
\end{funcdesc}">|;
$key = q/{funcdesc}{max}{s}Returnthelargestitemofanon-emptysequence(string,tupleorlist).{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.17ex; vertical-align: 176.41ex; " SRC="|."$dir".q|img26.png"
ALT="\begin{funcdesc}{max}{s}
Return the largest item of a non-empty sequence (string, tuple or
list).
\end{funcdesc}">|;
$key = q/{funcdesc}{min}{s}Returnthesmallestitemofanon-emptysequence(string,tupleorlist).{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.27ex; " SRC="|."$dir".q|img27.png"
ALT="\begin{funcdesc}{min}{s}
Return the smallest item of a non-empty sequence (string, tuple or
list).
\end{funcdesc}">|;
$key = q/{funcdesc}{oct}{x}Convertanintegernumber(ofanysize)toanoctalstring.TheresultisavalidPythonexpression.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.27ex; " SRC="|."$dir".q|img28.png"
ALT="\begin{funcdesc}{oct}{x}
Convert an integer number (of any size) to an octal string. The
result is a valid Python expression.
\end{funcdesc}">|;
$key = q/{funcdesc}{ord}{c}ReturntheASCII{}valueofastringofonecharacter.E.g.,code{ord('a')}returnstheintegercode{97}.Thisistheinverseofcode{chr()}.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.13ex; " SRC="|."$dir".q|img30.png"
ALT="\begin{funcdesc}{ord}{c}
Return the \ASCII{} value of a string of one character...
...urns the integer \code{97}. This is the inverse of
\code{chr()}.
\end{funcdesc}">|;