|
| bool | __bool__ (self) |
| bool | __call__ (self, int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) |
| None | __init__ (self) |
| None | __init__ (self, None arg0) |
| None | __init__ (self, func_bool_from_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long arg0) |
| None | __init__ (self, typing.Callable[[int, int, int, int, int, int], bool] arg0) |
| bool | can_be_created_from_python (self) |
| bool | holds_cpp_function (self) |
◆ __init__() [1/4]
| None mrmeshpy.func_bool_from_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long.__init__ |
( |
| self | ) |
|
◆ __init__() [2/4]
| None mrmeshpy.func_bool_from_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long.__init__ |
( |
| self, |
|
|
None | arg0 ) |
◆ __init__() [3/4]
◆ __init__() [4/4]
| None mrmeshpy.func_bool_from_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long.__init__ |
( |
| self, |
|
|
typing.Callable[[int, int, int, int, int, int], bool] | arg0 ) |
◆ __bool__()
| bool mrmeshpy.func_bool_from_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long.__bool__ |
( |
| self | ) |
|
◆ __call__()
| bool mrmeshpy.func_bool_from_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long.__call__ |
( |
| self, |
|
|
int | arg0, |
|
|
int | arg1, |
|
|
int | arg2, |
|
|
int | arg3, |
|
|
int | arg4, |
|
|
int | arg5 ) |
◆ can_be_created_from_python()
| bool mrmeshpy.func_bool_from_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long.can_be_created_from_python |
( |
| self | ) |
|
If false, this function type can't hold a Python function, and can only be created from C++.
◆ holds_cpp_function()
| bool mrmeshpy.func_bool_from_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long_unsigned_long.holds_cpp_function |
( |
| self | ) |
|
Does this object currentlyhold a C++ function? As opposed to a Python one.
The documentation for this class was generated from the following file: