eric6/ThirdParty/asttokens/__init__.py

Tue, 16 Jun 2020 17:44:28 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 16 Jun 2020 17:44:28 +0200
changeset 7621
ffd1f00ca376
parent 7360
9190402e4505
child 7923
91e843545d9a
permissions
-rw-r--r--

Third Party packages: updated asttoken to version 2.0.4.

# -*- coding: utf-8 -*-

# Copyright (c) 2019 - 2020 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package containing the asttoken package.

This is a package to annotate AST trees with source code positions. The code
is modified to not depend on 'six'.
"""

__version__ = "2.0.4"

eric ide

mercurial