Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_test
Function · 0.95
test_new_empty
Method · 0.95
__hash_new
Function · 0.45
_is_shake_constructor
Function · 0.45
digest_wrapper
Function · 0.45
_init_builtin_hmac
Method · 0.45
c
Method · 0.45
test_algorithms_available
Method · 0.45
test_usedforsecurity_true
Method · 0.45
test_usedforsecurity_false
Method · 0.45
test_clinic_signature
Method · 0.45
test_clinic_signature_errors
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_new_empty
Method · 0.76
c
Method · 0.36
test_algorithms_available
Method · 0.36
test_usedforsecurity_true
Method · 0.36
test_usedforsecurity_false
Method · 0.36
test_clinic_signature
Method · 0.36
test_clinic_signature_errors
Method · 0.36
test_new_upper_to_lower
Method · 0.36
test_name_attribute
Method · 0.36
check_file_digest
Method · 0.36
test_new
Method · 0.36
check_openssl_hash
Method · 0.36