MCPcopy
hub / github.com/rocky/python-uncompyle6 / n_pass

Method n_pass

uncompyle6/semantics/fragments.py:263–266  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

261 n_classdefco1 = n_classdefco2 = except_cond1 = except_cond2 = table_r_node
262
263 def n_pass(self, node):
264 start = len(self.f.getvalue()) + len(self.indent)
265 self.set_pos_info(node, start, start + len("pass"))
266 self.default(node)
267
268 def n_try_except(self, node):
269 # Note: we could also do this via modifying the

Callers

nothing calls this directly

Calls 2

set_pos_infoMethod · 0.95
defaultMethod · 0.45

Tested by

no test coverage detected