coconut-develop 3.1.2.post0.dev1__tar.gz → 3.1.2.post0.dev3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- coconut-develop-3.1.2.post0.dev3/PKG-INFO +141 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/_pyparsing.py +1 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/compiler/compiler.py +355 -71
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/compiler/grammar.py +2 -5
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/compiler/util.py +180 -248
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/constants.py +3 -2
- coconut-develop-3.1.2.post0.dev3/coconut/icoconut/coconut/kernel.json +11 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/root.py +5 -5
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/terminal.py +11 -5
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/constants_test.py +2 -1
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/main_test.py +7 -6
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/target_2/py2_test.coco +1 -1
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/util.py +51 -4
- coconut-develop-3.1.2.post0.dev1/PKG-INFO +0 -141
- coconut-develop-3.1.2.post0.dev1/coconut/icoconut/coconut/kernel.json +0 -11
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/CONTRIBUTING.md +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/DOCS.md +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/FAQ.md +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/HELP.md +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/LICENSE.txt +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/MANIFEST.in +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/README.rst +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/__coconut__/__init__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/__coconut__/__init__.pyi +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/__coconut__/py.typed +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/_coconut/__init__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/_coconut/__init__.pyi +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/_coconut/py.typed +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/__coconut__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/__coconut__.pyi +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/__init__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/__init__.pyi +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/__main__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/api.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/api.pyi +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/command/__init__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/command/__init__.pyi +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/command/cli.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/command/command.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/command/command.pyi +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/command/mypy.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/command/resources/zcoconut.pth +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/command/util.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/command/watch.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/compiler/__init__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/compiler/header.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/compiler/matching.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/compiler/templates/header.py_template +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/convenience.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/convenience.pyi +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/exceptions.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/highlighter.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/icoconut/__init__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/icoconut/__main__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/icoconut/coconut_py/kernel.json +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/icoconut/coconut_py2/kernel.json +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/icoconut/coconut_py3/kernel.json +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/icoconut/embed.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/icoconut/root.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/integrations.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/main.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/py.typed +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/requirements.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/__init__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/__main__.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/agnostic/__init__.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/agnostic/__main__.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/agnostic/main.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/agnostic/primary_1.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/agnostic/primary_2.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/agnostic/specific.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/agnostic/suite.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/agnostic/tutorial.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/agnostic/util.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/non_strict/non_strict_test.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/target_3/py3_test.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/target_311/py311_test.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/target_35/py35_test.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/target_36/py36_test.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/target_38/py38_test.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/cocotest/target_sys/target_sys_test.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/extras.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/importable.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/runnable.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut/tests/src/runner.coco +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/coconut_develop.egg-info/SOURCES.txt +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/conf.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/pyproject.toml +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/setup.cfg +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/setup.py +0 -0
- {coconut-develop-3.1.2.post0.dev1 → coconut-develop-3.1.2.post0.dev3}/xontrib/coconut.py +0 -0
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: coconut-develop
|
|
3
|
+
Version: 3.1.2.post0.dev3
|
|
4
|
+
Summary: Simple, elegant, Pythonic functional programming.
|
|
5
|
+
Home-page: http://coconut-lang.org
|
|
6
|
+
Author: Evan Hubinger
|
|
7
|
+
Author-email: evanjhub@gmail.com
|
|
8
|
+
License: Apache 2.0
|
|
9
|
+
Description: |logo| Coconut
|
|
10
|
+
==============
|
|
11
|
+
|
|
12
|
+
..
|
|
13
|
+
<insert toctree here>
|
|
14
|
+
|
|
15
|
+
.. |logo| image:: https://github.com/evhub/coconut/raw/gh-pages/favicon-32x32.png
|
|
16
|
+
|
|
17
|
+
.. image:: https://opencollective.com/coconut/backers/badge.svg
|
|
18
|
+
:alt: Backers on Open Collective
|
|
19
|
+
:target: #backers
|
|
20
|
+
.. image:: https://opencollective.com/coconut/sponsors/badge.svg
|
|
21
|
+
:alt: Sponsors on Open Collective
|
|
22
|
+
:target: #sponsors
|
|
23
|
+
.. image:: https://badges.gitter.im/evhub/coconut.svg
|
|
24
|
+
:alt: Join the chat at https://gitter.im/evhub/coconut
|
|
25
|
+
:target: https://gitter.im/evhub/coconut?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
|
26
|
+
|
|
27
|
+
Coconut (`coconut-lang.org`__) is a variant of Python_ that **adds on top of Python syntax** new features for simple, elegant, Pythonic **functional programming**.
|
|
28
|
+
|
|
29
|
+
__ Coconut_
|
|
30
|
+
.. _Coconut: http://coconut-lang.org/
|
|
31
|
+
|
|
32
|
+
Coconut is developed on GitHub_ and hosted on PyPI_. Installing Coconut is as easy as opening a command prompt and entering::
|
|
33
|
+
|
|
34
|
+
pip install coconut
|
|
35
|
+
|
|
36
|
+
To help you get started, check out these links for more information about Coconut:
|
|
37
|
+
|
|
38
|
+
- Tutorial_: If you're new to Coconut, a good place to start is Coconut's **tutorial**.
|
|
39
|
+
- Documentation_: If you're looking for info about a specific feature, check out Coconut's **documentation**.
|
|
40
|
+
- `Online Interpreter`_: If you want to try Coconut in your browser, check out Coconut's **online interpreter**.
|
|
41
|
+
- FAQ_: If you have general questions about Coconut—like who Coconut is built for and whether or not you should use it—Coconut's frequently asked questions are often the best place to start.
|
|
42
|
+
- `Create a New Issue <https://github.com/evhub/coconut/issues/new>`_: If you're having a problem with Coconut, creating a new issue detailing the problem will allow it to be addressed as soon as possible.
|
|
43
|
+
- Gitter_: For any questions, concerns, or comments about anything Coconut-related, ask around at Coconut's Gitter, a GitHub-integrated chat room for Coconut developers.
|
|
44
|
+
- Releases_: Want to know what's been added in recent Coconut versions? Check out the release log for all the new features and fixes.
|
|
45
|
+
|
|
46
|
+
.. _Python: https://www.python.org/
|
|
47
|
+
.. _PyPI: https://pypi.python.org/pypi/coconut
|
|
48
|
+
.. _Tutorial: http://coconut.readthedocs.io/en/latest/HELP.html
|
|
49
|
+
.. _Documentation: http://coconut.readthedocs.io/en/latest/DOCS.html
|
|
50
|
+
.. _`Online Interpreter`: https://cs121-team-panda.github.io/coconut-interpreter
|
|
51
|
+
.. _FAQ: http://coconut.readthedocs.io/en/latest/FAQ.html
|
|
52
|
+
.. _GitHub: https://github.com/evhub/coconut
|
|
53
|
+
.. _Gitter: https://gitter.im/evhub/coconut
|
|
54
|
+
.. _Releases: https://github.com/evhub/coconut/releases
|
|
55
|
+
|
|
56
|
+
Credits
|
|
57
|
+
+++++++
|
|
58
|
+
|
|
59
|
+
Contributors
|
|
60
|
+
------------
|
|
61
|
+
|
|
62
|
+
This project exists thanks to all the people who contribute! `Become a contributor`__.
|
|
63
|
+
|
|
64
|
+
.. image:: https://opencollective.com/coconut/contributors.svg?width=890&button=false
|
|
65
|
+
:target: https://github.com/evhub/coconut/graphs/contributors
|
|
66
|
+
|
|
67
|
+
__ Contributor_
|
|
68
|
+
.. _Contributor: http://coconut.readthedocs.io/en/develop/CONTRIBUTING.html
|
|
69
|
+
|
|
70
|
+
Backers
|
|
71
|
+
-------
|
|
72
|
+
|
|
73
|
+
Thank you to all our backers! `Become a backer`__.
|
|
74
|
+
|
|
75
|
+
.. image:: https://opencollective.com/coconut/backers.svg?width=890
|
|
76
|
+
:target: https://opencollective.com/coconut#backers
|
|
77
|
+
|
|
78
|
+
__ Backer_
|
|
79
|
+
.. _Backer: https://opencollective.com/coconut#backer
|
|
80
|
+
|
|
81
|
+
Sponsors
|
|
82
|
+
--------
|
|
83
|
+
|
|
84
|
+
Support Coconut by becoming a sponsor. Your logo will show up here with a link to your website. `Become a sponsor`__.
|
|
85
|
+
|
|
86
|
+
.. image:: https://opencollective.com/XX/sponsor/0/avatar.svg
|
|
87
|
+
:target: https://opencollective.com/coconut/sponsor/0/website
|
|
88
|
+
|
|
89
|
+
__ Sponsor_
|
|
90
|
+
.. _Sponsor: https://opencollective.com/coconut#sponsor
|
|
91
|
+
|
|
92
|
+
Keywords: functional,programming,language,compiler,pattern,pattern-matching,algebraic,data type,data types,lambda,lambdas,lazy,evaluation,lazy list,lazy lists,tail,recursion,call,recursive,recursive_iterator,infix,function,composition,compose,partial,application,currying,curry,pipeline,pipe,unicode,operator,operators,frozenset,literal,syntax,destructuring,assignment,fold,datamaker,prepattern,iterator,generator,none,coalesce,coalescing,statement,lru_cache,memoization,backport,typing,embed,PEP 622,overrides,islice,itertools,functools,TYPE_CHECKING,Expected,breakpoint,help,reduce,takewhile,dropwhile,tee,count,makedata,consume,process_map,thread_map,addpattern,recursive_generator,fmap,starmap,reiterable,scan,groupsof,memoize,zip_longest,override,flatten,ident,call,safe_call,flip,const,lift,lift_apart,all_equal,collectby,mapreduce,multi_enumerate,cartesian_product,multiset,cycle,windowsof,and_then,and_then_await,async_map,py_chr,py_dict,py_hex,py_input,py_int,py_map,py_object,py_oct,py_open,py_print,py_range,py_str,py_super,py_zip,py_filter,py_reversed,py_enumerate,py_raw_input,py_xrange,py_repr,py_breakpoint,py_min,py_max,_namedtuple_of,reveal_type,reveal_locals,MatchError,CoconutWarning,__fmap__,__iter_getitem__,data,match,case,cases,where,addpattern,then,operator,type,copyclosure,λ
|
|
93
|
+
Platform: UNKNOWN
|
|
94
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
95
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
96
|
+
Classifier: Intended Audience :: Developers
|
|
97
|
+
Classifier: Topic :: Software Development
|
|
98
|
+
Classifier: Topic :: Software Development :: Code Generators
|
|
99
|
+
Classifier: Topic :: Software Development :: Compilers
|
|
100
|
+
Classifier: Topic :: Software Development :: Interpreters
|
|
101
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
102
|
+
Classifier: Topic :: Utilities
|
|
103
|
+
Classifier: Environment :: Console
|
|
104
|
+
Classifier: Operating System :: OS Independent
|
|
105
|
+
Classifier: Programming Language :: Python
|
|
106
|
+
Classifier: Programming Language :: Python :: 2
|
|
107
|
+
Classifier: Programming Language :: Python :: 2.6
|
|
108
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
109
|
+
Classifier: Programming Language :: Python :: 3
|
|
110
|
+
Classifier: Programming Language :: Python :: 3.2
|
|
111
|
+
Classifier: Programming Language :: Python :: 3.3
|
|
112
|
+
Classifier: Programming Language :: Python :: 3.4
|
|
113
|
+
Classifier: Programming Language :: Python :: 3.5
|
|
114
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
115
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
116
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
117
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
118
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
119
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
120
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
121
|
+
Classifier: Programming Language :: Other
|
|
122
|
+
Classifier: Programming Language :: Other Scripting Engines
|
|
123
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
124
|
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
125
|
+
Classifier: Framework :: IPython
|
|
126
|
+
Classifier: Framework :: Jupyter
|
|
127
|
+
Classifier: Typing :: Typed
|
|
128
|
+
Provides-Extra: kernel
|
|
129
|
+
Provides-Extra: watch
|
|
130
|
+
Provides-Extra: mypy
|
|
131
|
+
Provides-Extra: pyright
|
|
132
|
+
Provides-Extra: xonsh
|
|
133
|
+
Provides-Extra: numpy
|
|
134
|
+
Provides-Extra: jupyter
|
|
135
|
+
Provides-Extra: jupyterlab
|
|
136
|
+
Provides-Extra: jupytext
|
|
137
|
+
Provides-Extra: all
|
|
138
|
+
Provides-Extra: ipython
|
|
139
|
+
Provides-Extra: docs
|
|
140
|
+
Provides-Extra: tests
|
|
141
|
+
Provides-Extra: dev
|
|
@@ -263,6 +263,7 @@ if MODERN_PYPARSING:
|
|
|
263
263
|
else:
|
|
264
264
|
_trim_arity = _pyparsing._trim_arity
|
|
265
265
|
_ParseResultsWithOffset = _pyparsing._ParseResultsWithOffset
|
|
266
|
+
_trim_arity.inspect_tracebacks = False
|
|
266
267
|
|
|
267
268
|
maybe_make_safe = getattr(_pyparsing, "maybe_make_safe", None)
|
|
268
269
|
|