We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3af12 commit af61b45Copy full SHA for af61b45
src/sectionproperties/analysis/fea.py
@@ -29,6 +29,9 @@ def njit(**options: Any) -> Callable[[Any], Any]:
29
30
Args:
31
options: Optional keyword arguments for numba that are discarded.
32
+
33
+ Returns:
34
+ Empty njit decorator.
35
"""
36
37
def decorator(func: Callable[[Any], Any]) -> Callable[[Any], Any]:
0 commit comments