MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / customize_for_version14

Function customize_for_version14

uncompyle6/semantics/customize14.py:22–27  ·  view source on GitHub ↗
(self, version: tuple)

Source from the content-addressed store, hash-verified

20# Python 1.4- Changes #
21#######################
22def customize_for_version14(self, version: tuple):
23 self.TABLE_DIRECT.update(
24 {
25 "print_expr_stmt": (("%|print %c\n", 0)),
26 }
27 )

Callers 1

customize_for_versionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected