| 2902 | /// when not inheriting on the Python side). |
| 2903 | template <typename... Args> |
| 2904 | detail::initimpl::alias_constructor<Args...> init_alias() { |
| 2905 | return {}; |
| 2906 | } |
| 2907 | |
| 2908 | /// Binds a factory function as a constructor |
| 2909 | template <typename Func, typename Ret = detail::initimpl::factory<Func>> |
nothing calls this directly
no outgoing calls
no test coverage detected