Flags currently active in the compilation process.
(self)
| 108 | |
| 109 | @property |
| 110 | def compiler_flags(self): |
| 111 | """Flags currently active in the compilation process. |
| 112 | """ |
| 113 | return self.flags |
| 114 | |
| 115 | def cache(self, code, number=0): |
| 116 | """Make a name for a block of code, and cache the code. |
nothing calls this directly
no outgoing calls
no test coverage detected