mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 22:52:01 +00:00
4 lines
83 B
C++
4 lines
83 B
C++
#include "pybind11_tests.h"
|
|
|
|
TEST_SUBMODULE(wip, m) { m.attr("__doc__") = "WIP"; }
|