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

Method resetTokenClass

uncompyle6/scanner.py:594–595  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

592 return filtered
593
594 def resetTokenClass(self):
595 return self.setTokenClass(Token)
596
597 def restrict_to_parent(self, target: int, parent) -> int:
598 """Restrict target to parent structure boundaries."""

Callers 2

__init__Method · 0.95
cmp_code_objectsFunction · 0.80

Calls 1

setTokenClassMethod · 0.95

Tested by

no test coverage detected