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
4bbf66e8
Kaydet (Commit)
4bbf66e8
authored
May 01, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Markup fixes
üst
68494889
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
libmsilib.tex
Doc/lib/libmsilib.tex
+12
-12
No files found.
Doc/lib/libmsilib.tex
Dosyayı görüntüle @
4bbf66e8
...
...
@@ -296,7 +296,7 @@ the string inside the exception will contain more detail.
logical, default, component,
\optional
{
flags
}}
Create a new directory in the Directory table. There is a current
component at each point in time for the directory, which is either
explicitly created through
\
function
{
start
_
component
}
, or implicitly when files
explicitly created through
\
method
{
start
_
component
}
, or implicitly when files
are added for the first time. Files are added into the current
component, and into the cab file. To create a directory, a base
directory object needs to be specified (can be
\code
{
None
}
), the path to
...
...
@@ -309,30 +309,30 @@ the string inside the exception will contain more detail.
\begin{methoddesc}
[Directory]
{
start
_
component
}{
\optional
{
component
\optional
{
,
feature
\optional
{
, flags
\optional
{
, keyfile
\optional
{
, uuid
}}}}}}
Add an entry to the Component table, and make this component the
current for this directory. If no component name is given, the
directory name is used. If no
feature
is given, the current feature
is used. If no
flags
are given, the directory's default flags are
used. If no
keyfile
is given, the KeyPath is left null in the
current
component
for this directory. If no component name is given, the
directory name is used. If no
\var
{
feature
}
is given, the current feature
is used. If no
\var
{
flags
}
are given, the directory's default flags are
used. If no
\var
{
keyfile
}
is given, the KeyPath is left null in the
Component table.
\end{methoddesc}
\begin{methoddesc}
[Directory]
{
add
_
file
}{
file
\optional
{
, src
\optional
{
,
version
\optional
{
, language
}}}}
Add a file to the current component of the directory, starting a new
one
one
if there is no current component. By default, the file name
in the source and the file table will be identical. If the
src
file
one if there is no current component. By default, the file name
in the source and the file table will be identical. If the
\var
{
src
}
file
is specified, it is interpreted relative to the current
directory. Optionally, a
version and a language
can be specified for
directory. Optionally, a
\var
{
version
}
and a
\var
{
language
}
can be specified for
the entry in the File table.
\end{methoddesc}
\begin{methoddesc}
[Directory]
{
glob
}{
pattern
\optional
{
, exclude
}}
Add a list of files to the current component as specified in the glob
pattern. Individual files can be excluded in the
exclude
list.
pattern. Individual files can be excluded in the
\var
{
exclude
}
list.
\end{methoddesc}
\begin{methoddesc}
[Directory]
{
remove
_
pyc
}{}
Remove
.pyc/.pyo files on uninstall
Remove
\code
{
.pyc
}
/
\code
{
.pyo
}
files on uninstall.
\end{methoddesc}
\begin{seealso}
...
...
@@ -409,14 +409,14 @@ installing Python packages.
\begin{classdesc}
{
Dialog
}{
db, name, x, y, w, h, attr, title, first,
default, cancel
}
Return a new
Dialog
object. An entry in the
\code
{
Dialog
}
table
Return a new
\class
{
Dialog
}
object. An entry in the
\code
{
Dialog
}
table
is made, with the specified coordinates, dialog attributes, title,
name of the first, default, and cancel controls.
\end{classdesc}
\begin{methoddesc}
[Dialog]
{
control
}{
name, type, x, y, width, height,
attributes, property, text, control
_
next, help
}
Return a new
Control
object. An entry in the
\code
{
Control
}
table
Return a new
\class
{
Control
}
object. An entry in the
\code
{
Control
}
table
is made with the specified parameters.
This is a generic method; for specific types, specialized methods
...
...
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