Implement user variadic model interface (#276)

* Add variadic decorator

* Add check for _variadic func attribute

* Expose @variadic at top level

* Use variable for the actual name of attr

* Update naming

* Use helper

* Maybe more pythonic?

* Add variadic to public API

* Add variadic decorator tests

* Clean

* Remove variadic parameter

* Add docstrings

* Document parameter

* Clean

* Better use of autodoc

* Update docstring

* Add todo comment
This commit is contained in:
Mark Mossberg
2017-05-31 15:48:19 -04:00
committed by GitHub
parent aeca64285a
commit 5b5392e54d
8 changed files with 58 additions and 17 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ This API is under active development, and should be considered unstable.
Helpers
-------
.. autofunction:: manticore.issymbolic
.. automodule:: manticore
:members: issymbolic, variadic
Manticore
---------