You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +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/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
def iflaststmt(
|
def iflaststmt(self, lhs, n, rule, tree, tokens, first, last):
|
||||||
self, lhs: str, n: int, rule, tree, tokens: list, first: int, last: int
|
|
||||||
) -> bool:
|
|
||||||
testexpr = tree[0]
|
testexpr = tree[0]
|
||||||
|
|
||||||
if testexpr[0] in ("testtrue", "testfalse"):
|
if testexpr[0] in ("testtrue", "testfalse"):
|
||||||
|
Reference in New Issue
Block a user