Skip to content

siIverfish/autofunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autofunc

Provides the @auto wrapper, which allows calling functions with the syntax e.g. (foo)(1)(2)(c=3) instead of foo(1, 2, c=3). Also recurses, so (foo)(foo)(1)(2)(3)(foo)(4)(5)(6)(7) is viable.

tests

Tests are in test.py, written in unittest.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages