Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ null
Method
null
Tools/cases_generator/cwriter.py:22–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
@staticmethod
22
def
null() ->
"CWriter"
:
23
return
CWriter(StringIO(), 0, False)
24
25
def
set_position(self, tkn: Token) -> None:
26
if
self.last_token is not None:
Callers
5
emit_default
Function · 0.45
replace_opcode_if_evaluates_pure
Method · 0.45
apply_stack_effect
Function · 0.45
generate_names_and_flags
Function · 0.45
declare_variables
Function · 0.45
Calls
2
StringIO
Class · 0.90
CWriter
Class · 0.85
Tested by
no test coverage detected