MCPcopy
hub / github.com/rocky/python-uncompyle6 / StringIO

Class StringIO

test/simple_source/bug33/03_func_params.py:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8# From 3.3 _pyio.py. A closure is created here.
9# This changes how the default params are found
10class StringIO(object):
11 def __init__(self, initial_value="", newline="\n"):
12 super(StringIO, self).__init__()
13
14# No closure created here
15class StringIO2(object):

Callers 8

traverseMethod · 0.85
__init__Method · 0.85
traverseMethod · 0.85
deparse_codeFunction · 0.85
code_deparseFunction · 0.85
compare_okFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected