You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
3.5- tolerance
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
def iflaststmt(
|
||||
self, lhs: str, n: int, rule, tree, tokens: list, first: int, last: int
|
||||
) -> bool:
|
||||
def iflaststmt(self, lhs, n, rule, tree, tokens, first, last):
|
||||
testexpr = tree[0]
|
||||
|
||||
if testexpr[0] in ("testtrue", "testfalse"):
|
||||
|
Reference in New Issue
Block a user