MCPcopy Index your code
hub / github.com/python/cpython / new

Method new

Lib/idlelib/filelist.py:49–50  ·  view source on GitHub ↗
(self, filename=None)

Source from the content-addressed store, hash-verified

47 edit.gotoline(lineno)
48
49 def new(self, filename=None):
50 return self.EditorWindow(self, filename)
51
52 def close_all_callback(self, *args, **kwds):
53 for edit in list(self.inversedict):

Callers 15

_testFunction · 0.95
test_new_emptyMethod · 0.95
__hash_newFunction · 0.45
_is_shake_constructorFunction · 0.45
digest_wrapperFunction · 0.45
_init_builtin_hmacMethod · 0.45
cMethod · 0.45
test_clinic_signatureMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_new_emptyMethod · 0.76
cMethod · 0.36
test_clinic_signatureMethod · 0.36
test_name_attributeMethod · 0.36
check_file_digestMethod · 0.36
test_newMethod · 0.36
check_openssl_hashMethod · 0.36