Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1a9a3b4d
Commit
1a9a3b4d
authored
Aug 10, 1995
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temporarily disabled the access statements
parent
7c3dd5e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Lib/aifc.py
Lib/aifc.py
+4
-4
No files found.
Lib/aifc.py
View file @
1a9a3b4d
...
...
@@ -338,7 +338,7 @@ class Aifc_read:
# _ssnd_chunk -- instantiation of a chunk class for the SSND chunk
# _framesize -- size of one frame in the file
access
_file
,
_nchannels
,
_nframes
,
_sampwidth
,
_framerate
,
\
if
0
:
access
_file
,
_nchannels
,
_nframes
,
_sampwidth
,
_framerate
,
\
_comptype
,
_compname
,
_markers
,
_soundpos
,
_version
,
\
_decomp
,
_comm_chunk_read
,
__aifc
,
_ssnd_seek_needed
,
\
_ssnd_chunk
,
_framesize
:
private
...
...
@@ -502,7 +502,7 @@ class Aifc_read:
#
# Internal methods.
#
access
*
:
private
if
0
:
access
*
:
private
def
_decomp_data
(
self
,
data
):
dummy
=
self
.
_decomp
.
SetParam
(
CL
.
FRAME_BUFFER_SIZE
,
...
...
@@ -635,7 +635,7 @@ class Aifc_write:
# _datalength -- the size of the audio samples written to the header
# _datawritten -- the size of the audio samples actually written
access
_file
,
_comptype
,
_compname
,
_nchannels
,
_sampwidth
,
\
if
0
:
access
_file
,
_comptype
,
_compname
,
_nchannels
,
_sampwidth
,
\
_framerate
,
_nframes
,
_aifc
,
_version
,
_comp
,
\
_nframeswritten
,
_datalength
,
_datawritten
:
private
...
...
@@ -829,7 +829,7 @@ class Aifc_write:
#
# Internal methods.
#
access
*
:
private
if
0
:
access
*
:
private
def
_comp_data
(
self
,
data
):
dum
=
self
.
_comp
.
SetParam
(
CL
.
FRAME_BUFFER_SIZE
,
len
(
data
))
...
...
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