MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / new

Method new

tools/python-3.11.9-amd64/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 9

_testFunction · 0.95
test_new_emptyMethod · 0.95
__hash_newFunction · 0.45
_init_oldMethod · 0.45
digestFunction · 0.45
mainFunction · 0.45
new_callbackMethod · 0.45
deliver_challengeFunction · 0.45
answer_challengeFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_new_emptyMethod · 0.76