File: README.md

package info (click to toggle)
fenics-basix 0.10.0.post0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,156 kB
  • sloc: cpp: 23,435; python: 10,829; makefile: 43; sh: 26
file content (8 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Re-generating nanobind stubs

To update the nanobind type stubs, after installing the Basix Python
interface, run:
```sh
python -m nanobind.stubgen -m basix._basixcpp -M basix/py.typed -p pattern_stub.txt -o basix/_basixcpp.pyi
```
from the `python/` directory.