MCPcopy 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_defaultFunction · 0.45
apply_stack_effectFunction · 0.45
generate_names_and_flagsFunction · 0.45
declare_variablesFunction · 0.45

Calls 2

StringIOClass · 0.90
CWriterClass · 0.85

Tested by

no test coverage detected