They don't get added to the module dictionary so are only
available from within Cython and not from Python code.
Most of the directives are documented here
https://cython.readthedocs.io/en/latest/src/userguide/source_files_and_compilation.html#compiler-directives;
a few class-specific ones are documented
https://cython.readthedocs.io/en/latest/src/userguide/extension_types.html
(e.g. `no_gc`). It's possible that `internal` is undocumented.
--
---
You received this message because you are subscribed to the Google Groups "cython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cython-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/cython-users/18bcfb30-023b-40e2-adc4-9cf6d3447dadn%40googlegroups.com.