summaryrefslogtreecommitdiff
path: root/examples/func_calls.py
Commit message (Expand)AuthorAgeFilesLines
* Only run example tests on Linux, since many require cppEli Bendersky2021-10-291-5/+0
* Try to make func_calls example pass on all platforms with no argumentsEli Bendersky2021-10-291-2/+7
* Fix Flake8 Errors (#442)Eisuke Kawashima2021-10-151-1/+1
* Protect visiting recursion against empty argument listsEli Bendersky2019-02-151-1/+2
* Fix example to properly visit nested function callsEli Bendersky2018-10-231-3/+3
* Use https:// for all project links where available (#267)Jon Dufresne2018-06-261-1/+1
* Fix comment typo (#171)Hart Chu2017-02-191-1/+1
* Remove Copyright from every source fileEli Bendersky2017-02-021-1/+1
* Fix up examples to run properly from the main source dirEli Bendersky2015-04-211-5/+3
* A bit of cleanupEli Bendersky2014-04-231-3/+0
* Issue 63: fix up line endingsEli Bendersky2012-06-231-50/+50
* 1. make examples callable from root dirBen2012-02-031-1/+1
* changed license notices to BSD in all fileseli.bendersky2011-04-291-1/+1
* Removed portability.py, using from __future__ import print_function instead. ...eli.bendersky2011-02-181-4/+4
* initial import from SVNEli Bendersky2010-05-211-0/+51