Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
26f7cfe9
Kaydet (Commit)
26f7cfe9
authored
Nis 23, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some glaring markup consistency problems (presentation was
broken). Added a "See also" section.
üst
10682c28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
libbinhex.tex
Doc/lib/libbinhex.tex
+11
-4
No files found.
Doc/lib/libbinhex.tex
Dosyayı görüntüle @
26f7cfe9
...
...
@@ -15,18 +15,25 @@ The \module{binhex} module defines the following functions:
\begin{funcdesc}
{
binhex
}{
input, output
}
Convert a binary file with filename
\var
{
input
}
to binhex file
\var
{
output
}
. The
\var
{
output
}
parameter can either be a filename or a
file-like object (any object supporting a
\
var
{
write
}
and
\var
{
close
}
method).
file-like object (any object supporting a
\
method
{
write()
}
and
\method
{
close()
}
method).
\end{funcdesc}
\begin{funcdesc}
{
hexbin
}{
input
\optional
{
, output
}}
Decode a binhex file
\var
{
input
}
.
\var
{
input
}
may be a filename or a
file-like object supporting
\
var
{
read
}
and
\var
{
close
}
methods.
file-like object supporting
\
method
{
read()
}
and
\method
{
close()
}
methods.
The resulting file is written to a file named
\var
{
output
}
, unless the
argument is
empty
in which case the output filename is read from the
argument is
omitted
in which case the output filename is read from the
binhex file.
\end{funcdesc}
\begin{seealso}
\seemodule
{
binascii
}{
support module containing
\ASCII
{}
-to-binary
and binary-to-
\ASCII
{}
conversions
}
\end{seealso}
\subsection
{
Notes
\label
{
binhex-notes
}}
There is an alternative, more powerful interface to the coder and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment