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:
+2
-1
@@ -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
|
||||
---------
|
||||
|
||||
Reference in New Issue
Block a user