Begin templating
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "SVC.h"
|
||||
#include <iostream>
|
||||
|
||||
namespace pywrap {
|
||||
|
||||
void SVC::version()
|
||||
{
|
||||
callMethod("_repr_html_");
|
||||
//std::cout << "repr_html: " << callMethod<std::string>("_repr_html_") << std::endl;
|
||||
}
|
||||
|
||||
} /* namespace pywrap */
|
Reference in New Issue
Block a user