OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_zeros
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py
1484
ignore_zeros
= False # If true, skips empty or invalid blocks and
variable in class:TarFile
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py
1484
ignore_zeros
= False # If true, skips empty or invalid blocks and
variable in class:TarFile
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py
185
# Test TarFile's
ignore_zeros
option.
201
tar = tarfile.open(tmpname, mode="r",
ignore_zeros
=True)
203
"
ignore_zeros
=True should have skipped the %r-blocks" % char)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py
185
# Test TarFile's
ignore_zeros
option.
201
tar = tarfile.open(tmpname, mode="r",
ignore_zeros
=True)
203
"
ignore_zeros
=True should have skipped the %r-blocks" % char)
[
all
...]
Completed in 2951 milliseconds